diff options
| author | Franklin Wei <me@fwei.tk> | 2019-03-12 12:23:10 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2019-03-12 12:23:10 -0400 |
| commit | fdc498db3af5cb36765cf5f0da6296a4033b91b7 (patch) | |
| tree | 64bfa2ceb6579f32f9bb8ce23be26dc04b59741c /tests/test4.txt | |
| parent | 634066313810b6b19ce7f4248b4f39b662c4f6ce (diff) | |
| download | circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.zip circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.gz circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.bz2 circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.xz | |
Add documentation
Diffstat (limited to 'tests/test4.txt')
| -rw-r--r-- | tests/test4.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test4.txt b/tests/test4.txt new file mode 100644 index 0000000..3b57188 --- /dev/null +++ b/tests/test4.txt @@ -0,0 +1,8 @@ +a e +a b 1 +a e 10 +b c 3 +b d 2 +c d 5 +d e 5 +c e 1.5 |