From dcbf51d36f184354b2e45a22ce8148b2a944c18a Mon Sep 17 00:00:00 2001 From: Danielle Smith Date: Tue, 21 Sep 2021 23:24:51 +0200 Subject: [PATCH] fix: escape backslash in quoted type test inputs --- tests/test_cases/input/quoted_arg_type.kdl | 2 +- tests/test_cases/input/quoted_node_type.kdl | 2 +- tests/test_cases/input/quoted_prop_type.kdl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_cases/input/quoted_arg_type.kdl b/tests/test_cases/input/quoted_arg_type.kdl index 95c94c1..f120270 100644 --- a/tests/test_cases/input/quoted_arg_type.kdl +++ b/tests/test_cases/input/quoted_arg_type.kdl @@ -1 +1 @@ -node ("type/")10 \ No newline at end of file +node ("type\/")10 \ No newline at end of file diff --git a/tests/test_cases/input/quoted_node_type.kdl b/tests/test_cases/input/quoted_node_type.kdl index c66d905..cd8eca9 100644 --- a/tests/test_cases/input/quoted_node_type.kdl +++ b/tests/test_cases/input/quoted_node_type.kdl @@ -1 +1 @@ -("type/")node +("type\/")node diff --git a/tests/test_cases/input/quoted_prop_type.kdl b/tests/test_cases/input/quoted_prop_type.kdl index 0e2b920..4b86e4b 100644 --- a/tests/test_cases/input/quoted_prop_type.kdl +++ b/tests/test_cases/input/quoted_prop_type.kdl @@ -1 +1 @@ -node key=("type/")true +node key=("type\/")true