mirror of https://github.com/kdl-org/kdl.git
fix: unescaped / in quoted type tests
This commit is contained in:
parent
24faa6b75c
commit
cb3f4b42bf
|
|
@ -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