fix a bug in new ob-awk code
commit6fb033c791b94b28d052ad77d83e53b36c02bfd6
authorEric Schulte <schulte.eric@gmail.com>
Fri, 6 Jun 2014 17:11:46 +0000 (6 13:11 -0400)
committerEric Schulte <schulte.eric@gmail.com>
Fri, 6 Jun 2014 17:11:46 +0000 (6 13:11 -0400)
tree713827477464cea10c12657b8ba480f88a671b7c
parent7469454f548c38a33632dc8e528dba5fd6876d77
fix a bug in new ob-awk code

  thank you test suite

* lisp/ob-awk.el (org-babel-execute:awk): Don't need to apply the
  append, just need to append.

* testing/lisp/test-ob-awk.el (ob-awk/input-src-block-1): Renamed to
  avoid name duplication and over-definition.
  (ob-awk/input-src-block-2): Renamed to avoid name duplication and
  over-definition.
lisp/ob-awk.el
testing/lisp/test-ob-awk.el