aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/ini/ini.tm1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ini/ini.tm b/examples/ini/ini.tm
index b0fd1caf..7598417f 100644
--- a/examples/ini/ini.tm
+++ b/examples/ini/ini.tm
@@ -10,7 +10,6 @@ func parse_ini(path:Path)->{Text:{Text:Text}}:
text := path:read():or_exit("Could not read INI file: $\[31;1]$(path.text_content)$\[]")
sections := {:Text:@{Text:Text}}
current_section := @{:Text:Text}
- sections:set("", current_section)
# Line wraps:
text = text:replace($/\{1 nl}{0+space}/, " ")