diff options
author | M.Gergő | 2020-05-17 01:55:38 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-17 01:55:38 +0200 |
commit | 6f25fcaf89b26bd6c6861b62ecc950bb36eb887a (patch) | |
tree | 8146b2a385f1298287e33a9c2e23bf3bb1772e9f /tests | |
parent | fd289dd5b673abe5aa0ee3fda961ac50071af60e (diff) | |
download | lightconfini-6f25fcaf89b26bd6c6861b62ecc950bb36eb887a.tar.gz lightconfini-6f25fcaf89b26bd6c6861b62ecc950bb36eb887a.zip |
README
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bom.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bom.ini b/tests/bom.ini index 0e91694..f527b00 100644 --- a/tests/bom.ini +++ b/tests/bom.ini @@ -1,4 +1,5 @@ [bom_section] ;OK bom_name=bom_value ;OK key“ = value“ ;ERROR -key="value" ;OK
\ No newline at end of file +key="value" ;OK +10= 10
\ No newline at end of file |