diff options
Diffstat (limited to 'src/3rdparty/libcroco/tests/test-output-refs/test8.out')
-rw-r--r-- | src/3rdparty/libcroco/tests/test-output-refs/test8.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/tests/test-output-refs/test8.out b/src/3rdparty/libcroco/tests/test-output-refs/test8.out new file mode 100644 index 0000000..9e25188 --- /dev/null +++ b/src/3rdparty/libcroco/tests/test-output-refs/test8.out @@ -0,0 +1,15 @@ +**************** +Parsing 'foo' +foo +**************** +Parsing 'foo,bar' +foo, bar +**************** +Parsing 'foo , bar ' +foo, bar +**************** +Parsing 'foo > bar' +foo>bar +**************** +Parsing '.foo .bar' +.foo.bar |