blob: fdaa1739a6a90c2a4bf5542132d79b2604d99c37 [file] [log] [blame]
configuration.loaded = true
packages = packagea
propertyInOrder = test.properties
include = include.properties
test.unescape = This \n string \t contains \" escaped \\ character\u0073
test.unescape.list-separator = This string contains \, an escaped list separator
#
# Other test properties
#
test.equals = value=one
test.empty =
test.mixed.array = a
test.mixed.array = b, c, d
test.multilines = This is a value spread out across several adjacent \
natural lines by escaping the line terminator with \
a backslash character.
#
# Test a property that uses a previous property
#
base = base
base.reference = ${base}extra
base.reference.array = ${base}extra
base.reference.array = ${base}extra
#
# Non String Properties
#
test.boolean = true
test.boolean.array = false
test.boolean.array = true
test.byte = 10
test.byte.array = 20
test.byte.array = 30
test.double = 10.25
test.double.array = 20.35
test.double.array = 30.45
test.float = 20.25
test.float.array = 30.35
test.float.array = 40.45
test.integer = 10
test.integer.array = 20
test.integer.array = 30
test.long = 1000000
test.long.array = 2000000
test.long.array = 3000000
test.short = 1
test.short.array = 2
test.short.array = 3
test.overwrite = 1