| Index: lib/src/prism/tests/languages/makefile/builtin_feature.test
|
| diff --git a/lib/src/prism/tests/languages/makefile/builtin_feature.test b/lib/src/prism/tests/languages/makefile/builtin_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6f6a1a30e48faf3d42645a30d4b29d11701eba2b
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/makefile/builtin_feature.test
|
| @@ -0,0 +1,15 @@
|
| +.PHONY:
|
| +.DELETE_ON_ERROR:
|
| +.SECONDEXPANSION:
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["builtin", ".PHONY"], ["punctuation", ":"],
|
| + ["builtin", ".DELETE_ON_ERROR"], ["punctuation", ":"],
|
| + ["builtin", ".SECONDEXPANSION"], ["punctuation", ":"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for built-in target names.
|
|
|