diff options
author | Felix Buehler <account@buehler.rocks> | 2020-04-07 23:06:37 +0200 |
---|---|---|
committer | Felix Buehler <account@buehler.rocks> | 2020-04-07 23:06:37 +0200 |
commit | d1165232ee01640da8804f9df5c551a78410ca74 (patch) | |
tree | 25814ab38972c998fc8e4c5e02c9d9487aed0e3c /testcases/020-percentliteral-load/i3status.conf | |
parent | e697a1f19fba6108a4aa62ea7d849d36acbcb033 (diff) |
format_placeholder percent tests
Diffstat (limited to 'testcases/020-percentliteral-load/i3status.conf')
-rw-r--r-- | testcases/020-percentliteral-load/i3status.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testcases/020-percentliteral-load/i3status.conf b/testcases/020-percentliteral-load/i3status.conf new file mode 100644 index 0000000..e001bac --- /dev/null +++ b/testcases/020-percentliteral-load/i3status.conf @@ -0,0 +1,9 @@ +general { + output_format = "none" +} + +order += "load" + +load { + format = "I can %haz literal% % ?" +} |