summaryrefslogtreecommitdiffstats
path: root/src/test/resources/createDataWithSpecialChar.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/createDataWithSpecialChar.json')
-rw-r--r--src/test/resources/createDataWithSpecialChar.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/resources/createDataWithSpecialChar.json b/src/test/resources/createDataWithSpecialChar.json
new file mode 100644
index 00000000..1e7622ee
--- /dev/null
+++ b/src/test/resources/createDataWithSpecialChar.json
@@ -0,0 +1,8 @@
+{
+ "operation": "create",
+ "dataType": "application/json",
+ "data": "data with quote \" and new line \n",
+ "cmHandleProperties": {
+ "some-property": "some-property-value"
+ }
+} \ No newline at end of file