forked from enviPath/enviPy
Current Dev State
This commit is contained in:
32
static/js/ketcher2/node_modules/varstream/tests/fixtures/0-result.dat
generated
vendored
Executable file
32
static/js/ketcher2/node_modules/varstream/tests/fixtures/0-result.dat
generated
vendored
Executable file
@ -0,0 +1,32 @@
|
||||
aSimpleIntValue=7
|
||||
aSimpleIntNegativeValue=4988
|
||||
aSimpleFloatValue=401.99999999999994
|
||||
aSimpleFloatNegativeValue=476400
|
||||
aSimpleBoolValueTrue=true
|
||||
aSimpleBoolValueFalse=false
|
||||
aSimpleNullValue=null
|
||||
aSimpleStringValue=I'm the king of the world! Yep!
|
||||
aSimpleStringMultilineValue=I'm the king of the world!\
|
||||
You know!\
|
||||
It's true.\
|
||||
Yep.
|
||||
treeRoot.branch1.aSimpleIntValue=2000
|
||||
treeRoot.branch1.aSimpleIntNegativeValue=-2000
|
||||
treeRoot.branch3.aSimpleBoolValueFalse=false
|
||||
treeRoot.branch3.branch1.aSimpleNullValue=null
|
||||
treeRoot.branch3.branch1.aSimpleStringValue=I'm not the king of the world!
|
||||
treeRoot.branch3.branch2.aSimpleStringMultilineValue=I'm not the king of the world!\
|
||||
You know!\
|
||||
It's true.
|
||||
treeRoot.branch3.branch2.aSimpleWellDeclaredStringValue="I'm not the king of the world!"
|
||||
treeRoot.branch3.branch2.branch1.aSimpleWellDeclaredStringMultilineValue="I'm not the king of the world!
|
||||
treeRoot.branch3.aSimpleBoolValueTrue=true
|
||||
treeRoot.branch3.branch4&=treeRoot.branch3.branch2
|
||||
treeRoot.branch2.aSimpleFloatValue=2.0001
|
||||
treeRoot.branch2.aSimpleFloatNegativeValue=-1000.0002
|
||||
aSimpleWellDeclaredStringValue=undefined" Yep!"
|
||||
aSimpleWellDeclaredStringMultilineValue=undefined"
|
||||
aSimpleArray.0=10
|
||||
aSimpleArray.1=10
|
||||
aSimpleArray2.0.value=9
|
||||
aSimpleArray2.1.value=9
|
||||
Reference in New Issue
Block a user