Skip to content

Commit

Permalink
✅ Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Feb 14, 2024
1 parent dbaed65 commit e8a4fe9
Showing 1 changed file with 65 additions and 31 deletions.
96 changes: 65 additions & 31 deletions test/corpus/example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,81 @@
Example
=======

# test
include desktop/muttrc
map [normal] <Esc> zoom in#with argument
map <F1> recolor #without argument
set recolor false
unmap <F1>
unmap [normal] <Esc>
bind pager,index \ch<BackSpace> sidebar-toggle-visible
set & allow_ansi ? allow_ansi noallow_ansi
set allow_ansi=yes
set sleep_time = 0
set real_name = $DEBFULLNAME
set ispell = aspell
set query_command = 'mutt_ldap_query.pl %s'
set signature = "echo Best Regards$'\n'$DEBFULLNAME|"
set imap_pass = `pass ls password/$USER`
mailboxes $spool_file $postponed $record $trash \
+[Gmail]/Spam +[Gmail]/Starred
sidebar_unpin *
source ~/.config/neomutt/neomuttrc

---

(file
(comment)
(include_directive
(command)
(path))
(map_directive
(command)
(mode
(mode_name))
(key
(key_name))
(function)
(argument))
(comment)
(map_directive
(bind_directive
(command)
(map)
(map)
(key
(escape)
(key_name))
(function))
(comment)
(set_directive
(command)
(option)
(bool))
(unmap_directive
(option)
(option))
(set_directive
(command)
(key
(key_name)))
(unmap_directive
(option)
(quadoption))
(set_directive
(command)
(mode
(mode_name))
(key
(key_name))))
(option)
(int))
(set_directive
(command)
(option)
(shell))
(set_directive
(command)
(option)
(shell))
(set_directive
(command)
(option)
(string))
(set_directive
(command)
(option)
(shell))
(set_directive
(command)
(option)
(shell))
(mailboxes_directive
(command)
(mailbox
(shell))
(mailbox
(shell))
(mailbox
(shell))
(mailbox
(shell))
(mailbox
(shell))
(mailbox
(shell)))
(sidebar_unpin_directive
(command))
(source_directive
(command)
(path
(shell))))

0 comments on commit e8a4fe9

Please sign in to comment.