mirror of https://github.com/kdl-org/kdl.git
fix: escape backslash in quoted type test inputs
This commit is contained in:
parent
cb3f4b42bf
commit
dcbf51d36f
|
|
@ -1 +1 @@
|
|||
node ("type/")10
|
||||
node ("type\/")10
|
||||
|
|
@ -1 +1 @@
|
|||
("type/")node
|
||||
("type\/")node
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
node key=("type/")true
|
||||
node key=("type\/")true
|
||||
|
|
|
|||
Loading…
Reference in New Issue