Skip to content

Commit

Permalink
🍱 Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Mar 26, 2024
1 parent 335e544 commit aad4302
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions test/corpus/example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
=======
Example
=======

# test
include desktop/zathurarc
map [normal] <Esc> zoom in#with argument
map <F1> recolor #without argument
set recolor false
unmap <F1>
unmap [normal] <Esc>

---

(file
(comment)
(include_directive
(command)
(path))
(map_directive
(command)
(mode
(mode_name))
(key
(key_name))
(function)
(argument))
(comment)
(map_directive
(command)
(key
(key_name))
(function))
(comment)
(set_directive
(command)
(option)
(bool))
(unmap_directive
(command)
(key
(key_name)))
(unmap_directive
(command)
(mode
(mode_name))
(key
(key_name))))

0 comments on commit aad4302

Please sign in to comment.