From 28caf01c8082dbed3a5ca87b070ffe5657514f01 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 12 Feb 2010 16:24:15 -0500 Subject: Moved test dir back out of markdown lib. We don't need to install the tests in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. --- tests/php/extra/Emphasis.xhtml | 83 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 tests/php/extra/Emphasis.xhtml (limited to 'tests/php/extra/Emphasis.xhtml') diff --git a/tests/php/extra/Emphasis.xhtml b/tests/php/extra/Emphasis.xhtml new file mode 100644 index 0000000..1fa8218 --- /dev/null +++ b/tests/php/extra/Emphasis.xhtml @@ -0,0 +1,83 @@ +

Combined emphasis:

+ +
    +
  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. +
+ +

my_precious_file.txt

+ +

Tricky Cases

+ +

E**. Test TestTestTest

+ +

E**. Test Test Test Test

+ + +

Overlong emphasis

+ +

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

+ +

_____Cut here_____

+ +

____Cut here____

-- cgit v1.2.3