diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-04-21 18:22:24 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-04-21 18:22:24 +0200 |
commit | 70a6425e1b6041d5c476117fa7c5a3acb9bc386a (patch) | |
tree | 1337c27bb849cb6440298fb808f0d2024cf4741d /src | |
parent | f8d43e62f3927545d06e39d01499442b0f64fe79 (diff) | |
download | luaotfload-70a6425e1b6041d5c476117fa7c5a3acb9bc386a.tar.gz |
[tests] add test for config file syntax
Diffstat (limited to 'src')
-rw-r--r-- | src/luaotfload-parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua index a45fcb8..6a99ad7 100644 --- a/src/luaotfload-parsers.lua +++ b/src/luaotfload-parsers.lua @@ -662,7 +662,7 @@ local ini_section = Ct (ini_heading * ini_variables) local ini_sections = skip_line^0 * ini_section^0 local config = Ct (ini_sections) ---[[doc-- +--[=[doc-- The INI parser converts an input of the form @@ -690,7 +690,7 @@ local config = Ct (ini_sections) variables = { ["laan-ev"] = "zip zop zooey", crouton = "Fibrosis \"\\ # " } } } ---doc]]-- +--doc]=]-- luaotfload.parsers.config = config |