diff options
| author | Matthias Melcher <git@matthiasm.com> | 2018-12-29 02:08:40 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2018-12-29 02:08:40 +0100 |
| commit | c099837a3e80e8f2c1634e5f1861d268e82622fe (patch) | |
| tree | 7c14c2d25c9b2fe5af44557656101a1b0c69a403 /test | |
| parent | 95ab1dd73e9c5ea845ce03340b2861ea8a652b7e (diff) | |
Also testing # as a format_char()
Diffstat (limited to 'test')
| -rw-r--r-- | test/browser.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/browser.cxx b/test/browser.cxx index a3485ca15..e0ea9e799 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -47,6 +47,10 @@ That was a blank line above this. @@ start line with '@' @.@ alternative start line with '@' +@l@@ start tall line with '@' +@s@@ start small line with '@' +#s## start line with '#' +#s#.# alternative start line with '#' You should try different browser types: Fl_Browser |
