main shinobi / tests / mk / gnu / features / escape / t008 / test.json
 1{
 2  "case": "t008",
 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  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [],
13  "source_script": "features/escape",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}