org-rw/tests/04-code.org
Sergio Martínez Portela a5bfeadfeb (In progress) Add support for SRC code blocks.
- Add tests for blocks.
- Add Regexps.
- Correctly handle Headlines with split contents.
2020-12-04 00:04:56 +01:00

586 B

04-Code

First Item

echo "This is a test"
exit 0 # Exit successfully
This is a test

Second item

  echo "This is another test"
  exit 0 # Comment

This is another test