mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
added missing node_modules
This commit is contained in:
18
node_modules/properties-parser/test/test-cases.properties
generated
vendored
Normal file
18
node_modules/properties-parser/test/test-cases.properties
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# You are reading the ".properties" entry.
|
||||
! The exclamation mark can also mark text as comments.
|
||||
lala=\u210A the foo foo \
|
||||
lalala;
|
||||
website = http://en.wikipedia.org/
|
||||
language = English
|
||||
# The backslash below tells the application to continue reading
|
||||
# the value onto the next line.
|
||||
message = Welcome to \
|
||||
Wikipedia!
|
||||
# Add spaces to the key
|
||||
key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
|
||||
# Unicode
|
||||
tab : \u0009
|
||||
long-unicode : \u00000009
|
||||
space\ separator key val \n three
|
||||
another-test ::: hihi
|
||||
null-prop
|
||||
Reference in New Issue
Block a user