aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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 :)