mirror of https://github.com/kdl-org/kdl.git
went over tests and tweaked a few things
This commit is contained in:
parent
ebef8751c0
commit
75b601f501
|
|
@ -1 +1 @@
|
|||
foo123~!@$%^&*.:'|?+<>, weeee
|
||||
foo123~!@$%^&*.:'|?+<>,`-_ weeee
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
foo123~!@$%^&*.:'|?+<>, weeee
|
||||
foo123~!@$%^&*.:'|?+<>,`-_ weeee
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
node 0
|
||||
|
|
@ -1 +1 @@
|
|||
node \
|
||||
node \
|
||||
|
|
@ -0,0 +1 @@
|
|||
node r"foo"
|
||||
|
|
@ -0,0 +1 @@
|
|||
node r#"foo"#
|
||||
|
|
@ -1 +1,2 @@
|
|||
// This fails because `"""` MUST be followed by a newline.
|
||||
node #"""#
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
"foo123~!@$%^&*.:'|?+<>," weeee
|
||||
"foo123~!@$%^&*.:'|?+<>,`-_" weeee
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
foo123~!@$%^&*.:'|?+<>, weeee
|
||||
foo123~!@$%^&*.:'|?+<>,`-_ weeee
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
node 0
|
||||
Loading…
Reference in New Issue