We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb4cd commit 4dc3006Copy full SHA for 4dc3006
ntangle.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.6.2"
+version = "0.6.3"
4
author = "Kaushal Modi"
5
description = "Command-line utility for Tangling of Org mode documents"
6
license = "MIT"
tests/test.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Time-stamp: <2018-10-08 16:54:50 kmodi>
+# Time-stamp: <2018-10-13 12:16:45 kmodi>
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
IFS=$'\n\t'
@@ -17,6 +17,7 @@ run_test () {
17
"${bin}" tests/nested_src/
18
"${bin}" tests/property_drawer/
19
"${bin}" tests/dmacs/
20
+ "${bin}" tests/begin_src/
21
22
"${bin}" tests/missing_arg_value/missing_arg_value.org || true
23
"${bin}" tests/invalid_arg_no_colon/ || true
0 commit comments