main shinobi / tests / mk / gnu / features / escape / t005 / test.json
 1{
 2  "case": "t005",
 3  "category": "features/escape",
 4  "compare_output": true,
 5  "description": "Test various types of escaping in makefiles.",
 6  "details": "\nMake sure that escaping of ':' works in target names.\nMake sure escaping of whitespace works in target names.\nMake sure that escaping of '#' works.\nMake sure that backslash before non-special characters are kept.",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": [
10    "foo bar"
11  ],
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [],
15  "source_script": "features/escape",
16  "stdin": "",
17  "suite": "gnu",
18  "timeout_seconds": 60
19}