Skip to content

Commit

Permalink
Add more typeform tests and move to new file
Browse files Browse the repository at this point in the history
see #10
  • Loading branch information
bertfrees committed Jul 1, 2016
1 parent d60217f commit e7b55b6
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 7 deletions.
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ dist_yaml_TESTS = \
yaml/nl-BE-g1_harness.yaml \
yaml/nl-NL-g0_harness.yaml \
yaml/no_harness.yaml \
yaml/no_typeform_harness.yaml \
yaml/no_g1_harness.yaml \
yaml/no_g2_harness.yaml \
yaml/no_8dot_harness.yaml \
Expand Down
1 change: 1 addition & 0 deletions tests/yaml/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ EXTRA_DIST = \
no_g1_harness.yaml \
no_g2_harness.yaml \
no_harness.yaml \
no_typeform_harness.yaml \
emphasis-full.yaml \
emphasis-no-context.yaml \
pl-pl-comp8_harness.yaml \
Expand Down
7 changes: 0 additions & 7 deletions tests/yaml/no_harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -726,13 +726,6 @@ tests:
- 2 Fra engelsk tackle a problem.
- ⠼⠃ ⠠⠋⠗⠁ ⠑⠝⠛⠑⠇⠎⠅ ⠆⠞⠁⠉⠅⠇⠑ ⠁ ⠏⠗⠕⠃⠇⠑⠍⠰⠄
- {typeform: {italic: ' ++++++++++++++++ '}}
-
- 'The quick brown fox jumps...'
- # TODO: expected output
- typeform:
italic: ' +++++++++++++++ '
bold: ' +++++ '
xfail: true
- [ , ' '] # U+2000 (En Quad)
- [ , ' '] # U+2001 (Em Quad)
- [ , ' '] # U+2002 (En Space)
Expand Down
51 changes: 51 additions & 0 deletions tests/yaml/no_typeform_harness.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
tables: [unicode.dis, no-no-g0.utb]
tests:
- - 'a b c'
- # TODO: expected output
- xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
italic: ' + '
xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
underline: ' + '
xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
italic: ' + '
underline: ' + '
xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
bold: ' + '
xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
italic: ' + '
bold: ' + '
xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
underline: ' + '
bold: ' + '
xfail: true
- - 'a b c'
- # TODO: expected output
- typeform:
italic: ' + '
underline: ' + '
bold: ' + '
xfail: true
- - 'The quick brown fox jumps...'
- # TODO: expected output
- typeform:
italic: ' +++++++++++++++ '
bold: ' +++++ '
xfail: true

0 comments on commit e7b55b6

Please sign in to comment.