aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2023-05-08 20:35:36 +0200
committerMarc Poulhiès <dkm@kataplop.net>2023-05-08 20:39:19 +0200
commit64ceb0ca03d3ffcfd359d2bd4e464a73ca099a18 (patch)
tree694da6e3c46e7196ff57a8342cce3cf4fbfaa614
parentd82bef352f4a75d283b8436c1c3d39f7fd41ad88 (diff)
downloadcompiler-explorer-gh-7360.tar.gz
compiler-explorer-gh-7360.zip
Add missing test case for recent new propcheck rulegh-7360gh-7330
The test was missing, adding it now... /o\ refs #5009 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
-rw-r--r--etc/scripts/util/test/cases/not_a_valid_prop.properties9
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