diff options
author | M.Gergő | 2020-05-22 13:40:45 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-22 13:40:45 +0200 |
commit | 75cde2390efe114893268da743ca86ac1fcd3571 (patch) | |
tree | b7ff8024ec81592388449b50ccd41a5669bb489a /tests | |
parent | ee15e1da29eea49057ea3b87ac861e6a2f1fea96 (diff) | |
download | lightconfini-75cde2390efe114893268da743ca86ac1fcd3571.tar.gz lightconfini-75cde2390efe114893268da743ca86ac1fcd3571.zip |
New functions: lciniGetStr(), lciniGETShort()
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bom.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/bom.ini b/tests/bom.ini index 2a403ad..04c028e 100644 --- a/tests/bom.ini +++ b/tests/bom.ini @@ -1,5 +1,9 @@ -[bom_section] ;OK +global1 = 12121 ;OK +[bom_section] ;OK bom_name=bom_value ;OK key “= value“ ;ER key="value" ;OK -10= 10
\ No newline at end of file +10= 10 +mmm="1234567890\ +123456789asdfgh\ +19205250410 \
\ No newline at end of file |