diff options
-rw-r--r-- | etc/scripts/util/test/cases/not_a_valid_prop.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/scripts/util/test/cases/not_a_valid_prop.properties b/etc/scripts/util/test/cases/not_a_valid_prop.properties new file mode 100644 index 000000000..a6f6b1367 --- /dev/null +++ b/etc/scripts/util/test/cases/not_a_valid_prop.properties @@ -0,0 +1,9 @@ +compilers=a +compiler.a.exe=/dev/null + +this_should_not_be_ok + +# this is still ok + # so is this + +but this one is not |