diff tests/test_parenthetical.yaml @ 0:243401c49520

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Jan 2017 12:30:49 -0800
parents
children 74b83e3d921e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test_parenthetical.yaml	Mon Jan 02 12:30:49 2017 -0800
@@ -0,0 +1,10 @@
+---
+in: |
+
+    STEEL
+    (starting the engine)
+    So much for retirement!
+out: 
+    - '@STEEL'
+    - '_(starting the engine)'
+    - '=So much for retirement!'