Skip to content

Commit c7cd1cf

Browse files
committed
Enable property_drawer tests
Fixes #6.
1 parent 23950ef commit c7cd1cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Time-stamp: <2018-10-07 00:27:00 kmodi>
2+
# Time-stamp: <2018-10-07 03:11:44 kmodi>
33

44
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
55
IFS=$'\n\t'
@@ -15,6 +15,7 @@ run_test () {
1515
"${bin}" tests/global_tangle/
1616
"${bin}" tests/org_tangle_rs/
1717
"${bin}" tests/nested_src/
18+
"${bin}" tests/property_drawer/
1819

1920
"${bin}" tests/missing_arg_value/missing_arg_value.org || true
2021
"${bin}" tests/invalid_arg_no_colon/ || true

0 commit comments

Comments
 (0)