Files
enviPy-bayer/static/js/ketcher2/node_modules/varstream/tests/fixtures/1-simple.dat
2025-06-23 20:13:54 +02:00

13 lines
329 B
Plaintext
Executable File

# Simple values
aSimpleIntValue=1898
aSimpleIntNegativeValue=-1669
aSimpleFloatValue=1.0025
aSimpleFloatNegativeValue=-1191.0025
aSimpleBoolValueTrue=true
aSimpleBoolValueFalse=false
aSimpleNullValue=null
aSimpleStringValue=I'm the king of the world!
aSimpleStringMultilineValue=I'm the king of the world!\
You know!\
It's true.