forked from enviPath/enviPy
Current Dev State
This commit is contained in:
16
static/js/ketcher2/node_modules/varstream/tests/fixtures/4-backward.dat
generated
vendored
Executable file
16
static/js/ketcher2/node_modules/varstream/tests/fixtures/4-backward.dat
generated
vendored
Executable file
@ -0,0 +1,16 @@
|
||||
# Simple values in a tree with backward references
|
||||
treeRoot.branch1.aSimpleIntValue=2000
|
||||
^.aSimpleIntNegativeValue=-2000
|
||||
treeRoot.branch2.aSimpleFloatValue=2.0001
|
||||
^.aSimpleFloatNegativeValue=-1000.0002
|
||||
treeRoot.branch3.aSimpleBoolValueTrue=true
|
||||
^1.branch3.aSimpleBoolValueFalse=false
|
||||
^2.branch1.aSimpleNullValue=null
|
||||
^.aSimpleStringValue=I'm not the king of the world!
|
||||
^2.branch2.aSimpleStringMultilineValue=I'm not the king of the world!\
|
||||
You know!\
|
||||
It's true.
|
||||
^.aSimpleWellDeclaredStringValue="I'm not the king of the world!"
|
||||
^.branch1.aSimpleWellDeclaredStringMultilineValue="I'm not the king of the world!
|
||||
You \"know\"!
|
||||
It's true."
|
||||
Reference in New Issue
Block a user