diff options
Diffstat (limited to 'test/datafile_simple.5')
-rw-r--r-- | test/datafile_simple.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/datafile_simple.5 b/test/datafile_simple.5 new file mode 100644 index 0000000..606a498 --- /dev/null +++ b/test/datafile_simple.5 @@ -0,0 +1,10 @@ + this is a url: http://www.example.com/foo-bar + key 0:13 ^-----------^ this is a url + url 15:45 ^----------------------------^ http://www.example.com/foo-bar + val 15:45 ^----------------------------^ http://www.example.com/foo-bar +pair 0:45 ^-------------------------------------------^ this is a url: http://www.example.com/foo-bar +msg :this is a url: http://www.example.com/foo-bar +format :this is a url: # +{ + "this is a url": "http://www.example.com/foo-bar" +} |