mirror of https://github.com/kdl-org/kdl.git
Verify that a slash-dashed prop doesn't shadow a previous prop of the same name (#227)
This commit is contained in:
parent
3f293ff01d
commit
93cc6724f2
|
|
@ -0,0 +1 @@
|
|||
node arg="correct"
|
||||
|
|
@ -0,0 +1 @@
|
|||
node arg="correct" /- arg="wrong"
|
||||
Loading…
Reference in New Issue