Skip to content

Commit 4dc3006

Browse files
committed
Enable begin_src test; bump version to v0.6.3
1 parent d4fb4cd commit 4dc3006

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ntangle.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.6.2"
3+
version = "0.6.3"
44
author = "Kaushal Modi"
55
description = "Command-line utility for Tangling of Org mode documents"
66
license = "MIT"

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-08 16:54:50 kmodi>
2+
# Time-stamp: <2018-10-13 12:16:45 kmodi>
33

44
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
55
IFS=$'\n\t'
@@ -17,6 +17,7 @@ run_test () {
1717
"${bin}" tests/nested_src/
1818
"${bin}" tests/property_drawer/
1919
"${bin}" tests/dmacs/
20+
"${bin}" tests/begin_src/
2021

2122
"${bin}" tests/missing_arg_value/missing_arg_value.org || true
2223
"${bin}" tests/invalid_arg_no_colon/ || true

0 commit comments

Comments
 (0)