aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorM.Gergő2020-05-17 06:39:32 +0200
committerM.Gergő2020-05-17 06:39:32 +0200
commitcd28b1ec07c8ad615078a1ec55f4f9dfc6b92504 (patch)
treef4d82760e50427b27199a7bdcf9a2152a98f8c87 /tests
parentc37572d6135b21fbb36ef4e28743eac5268224df (diff)
downloadlightconfini-cd28b1ec07c8ad615078a1ec55f4f9dfc6b92504.tar.gz
lightconfini-cd28b1ec07c8ad615078a1ec55f4f9dfc6b92504.zip
New Read function (Own)
Diffstat (limited to 'tests')
-rw-r--r--tests/bom.ini2
-rw-r--r--tests/test.ini3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/bom.ini b/tests/bom.ini
index f527b00..291abd8 100644
--- a/tests/bom.ini
+++ b/tests/bom.ini
@@ -1,5 +1,5 @@
[bom_section] ;OK
bom_name=bom_value ;OK
-key“ = value“ ;ERROR
+key“ = value“ ;ER
key="value" ;OK
10= 10 \ No newline at end of file
diff --git a/tests/test.ini b/tests/test.ini
index a69444f..fcac46c 100644
--- a/tests/test.ini
+++ b/tests/test.ini
@@ -84,4 +84,5 @@ server_ = server.example.com ;OK
_server_= server.example.com ;ERROR
ip = 127.0.0.1 ;OK
ip = "127.0.0.1" ;OK
-
+1024 = xxxxx ;OK
+1024 = 2048 ;OK (but only syntactically :)