Ignore md separators.
This commit is contained in:
parent
abc6241353
commit
4d3ed4d73a
4 changed files with 29 additions and 11 deletions
|
@ -17,3 +17,7 @@ this is a normalized data table diagram.
|
|||
│ 1│ bob│ 19│
|
||||
│ 2│ charlie│ 23│
|
||||
└──┴────────┴───┘
|
||||
|
||||
---
|
||||
|
||||
Fin.
|
7
test/run
Executable file
7
test/run
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
cp source.txt out.txt
|
||||
|
||||
cd ..
|
||||
cargo run -- test/out.txt
|
|
@ -9,13 +9,15 @@ this is a normalized data table diagram.
|
|||
| 1|b@o.b| 1|
|
||||
| 2|c@r.l| 2|
|
||||
+--+-----+-------+
|
||||
+---------------+
|
||||
|USERS |
|
||||
+--+--------+---+
|
||||
|id| name|age|
|
||||
+--+--------+---+
|
||||
| 1| bob| 19|
|
||||
| 2| charlie| 23|
|
||||
+--+--------+---+
|
||||
+---------------+
|
||||
|USERS |
|
||||
+--+--------+---+
|
||||
|id| name|age|
|
||||
+--+--------+---+
|
||||
| 1| bob| 19|
|
||||
| 2| charlie| 23|
|
||||
+--+--------+---+
|
||||
|
||||
---
|
||||
|
||||
Fin.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue