aboutsummaryrefslogtreecommitdiffstats
path: root/policy-utils/src/test/resources/coder/bad-regex.json
diff options
context:
space:
mode:
Diffstat (limited to 'policy-utils/src/test/resources/coder/bad-regex.json')
-rw-r--r--policy-utils/src/test/resources/coder/bad-regex.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/policy-utils/src/test/resources/coder/bad-regex.json b/policy-utils/src/test/resources/coder/bad-regex.json
new file mode 100644
index 00000000..049de2cf
--- /dev/null
+++ b/policy-utils/src/test/resources/coder/bad-regex.json
@@ -0,0 +1,9 @@
+{
+ "aaString": "abc123",
+ "anInteger": 90,
+ "aaBoolean": true,
+ "aaCollection": [ {
+ "subItemString": "defg",
+ "subItemInteger": 1200
+ }]
+} \ No newline at end of file