From 870e63be7360b5a0097a27656048e853bc720464 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jul 2014 22:29:16 -0700 Subject: Initial commit --- oldtests/Emphasis/NestedEmphAndStrong.html | 66 ++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 oldtests/Emphasis/NestedEmphAndStrong.html (limited to 'oldtests/Emphasis/NestedEmphAndStrong.html') diff --git a/oldtests/Emphasis/NestedEmphAndStrong.html b/oldtests/Emphasis/NestedEmphAndStrong.html new file mode 100644 index 0000000..b41b527 --- /dev/null +++ b/oldtests/Emphasis/NestedEmphAndStrong.html @@ -0,0 +1,66 @@ +
    +
  1. test test
  2. +
  3. test test
  4. +
  5. test test
  6. +
  7. test test
  8. +
  9. test test
  10. +
  11. test test
  12. +
  13. test test
  14. +
  15. test test
  16. +
  17. test test
  18. +
  19. test test
  20. +
  21. test test
  22. +
  23. test test
  24. +
  25. test test
  26. +
  27. test test
  28. +
  29. test test
  30. +
  31. test test
  32. +
+

Incorrect nesting:

+
    +
  1. *test test* test
  2. +
  3. _test test_ test
  4. +
  5. **test test* test*
  6. +
  7. __test␣test_␣test_
  8. +
  9. test test test
  10. +
  11. test test test
  12. +
  13. test test test
  14. +
  15. test test test
  16. +
+

No emphasis:

+
    +
  1. test* test *test
  2. +
  3. test** test **test
  4. +
  5. test_ test _test
  6. +
  7. test__ test __test
  8. +
+

Middle-word emphasis (asterisks):

+
    +
  1. ab
  2. +
  3. ab
  4. +
  5. abc
  6. +
  7. ab
  8. +
  9. ab
  10. +
  11. abc
  12. +
+

Middle-word emphasis (underscore):

+
    +
  1. _a_b
  2. +
  3. a_b_
  4. +
  5. a_b_c
  6. +
  7. __a__b
  8. +
  9. a__b__
  10. +
  11. a__b__c
  12. +
  13. my_precious_file.txt
  14. +
+

Tricky Cases:

+
    +
  1. E**. Test TestTestTest
  2. +
  3. E**. Test Test Test Test
  4. +
+

Overlong emphasis:

+

Name: ____________
+Organization: ____
+Region/Country: __

+

_____Cut here_____

+

____Cut here____

-- cgit v1.2.3