Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/java/util/Properties/input.txt
41152 views
1
# this input file is used for the LoadParsing.java test
2
# comment ending with slash \
3
key1 = value1
4
key2 = abc\\\
5
def\
6
g\\
7
key3 = value3
8
key4 = :value4
9
# comment with leading space
10
#key = comment without line terminator
11