Skip to content

Commit 5d6678d

Browse files
committed
Add test for header-args key values with ":" chars
1 parent 508abea commit 5d6678d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#+begin_src nim :tangle hello.nim :flags -d:release
2+
echo "hello"
3+
#+end_src
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo "hello"

0 commit comments

Comments
 (0)