mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 14:53:04 -04:00
Parsing versions such as "1.10" results in a "1.1" float, incorrectly changing the value. Fixes #1980
25 lines
613 B
Properties
25 lines
613 B
Properties
# Should ignore comments...
|
|
#commentedProperty=This is not expected
|
|
exampleProperty=value
|
|
emptyProperty=
|
|
numericPropertyPositive=42
|
|
numericPropertyZero=0
|
|
numericPropertyNegative=-11
|
|
floatPropertyPositive=3.14
|
|
floatPropertyNegative=-9000.0
|
|
commaAsDecimalProperty=3,14
|
|
stringPropertyNumberLike=- 97
|
|
truePropertyYes=yes
|
|
truePropertyTrue=true
|
|
stringPropertyYes=Yes
|
|
stringPropertyTrue=True
|
|
falsePropertyNo=no
|
|
falsePropertyFalse=false
|
|
stringPropertyNo=No
|
|
stringPropertyFalse=False
|
|
badLineIfYouSeeThisWithAnErrorItsOk
|
|
001string=001
|
|
0985string=0985
|
|
compiler.example110.semver=1.10
|
|
libs.example.versions.010.version=0.10
|