Skip to content

Commit

Permalink
Add cram tests and document how in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Dec 19, 2023
1 parent 136a497 commit 98da2fd
Show file tree
Hide file tree
Showing 5 changed files with 2,330 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cramrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[cram]
shell = bash
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
_build/
issue/index.html
issue/template.html
browser/index.html
lib/issue_lib/resources/template.html
.local.*
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Issue


## Tests

### Cram

> https://bitheap.org/cram/
`./issue.t`
5 changes: 5 additions & 0 deletions fake-editor
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

echo '# Fake test
Some body' > "$1"
Loading

0 comments on commit 98da2fd

Please sign in to comment.