diff --git a/block_test.go b/block_test.go index 339080c..d5ad924 100644 --- a/block_test.go +++ b/block_test.go @@ -215,3 +215,9 @@ func TestCodeInList(t *testing.T) { exts := parser.CommonExtensions doTestsParam(t, tests, TestParams{extensions: exts}) } + +func TestLists(t *testing.T) { + tests := readTestFile2(t, "Lists.tests") + exts := parser.CommonExtensions + doTestsParam(t, tests, TestParams{extensions: exts}) +} diff --git a/testdata/Lists.tests b/testdata/Lists.tests new file mode 100644 index 0000000..0ff6093 --- /dev/null +++ b/testdata/Lists.tests @@ -0,0 +1,15 @@ +1. This is the code in the Text Editor: + + +``` +using System; +namespace FirstCsharp +``` ++++ +
    +
  1. This is the code in the Text Editor:
  2. +
+ +
using System;
+namespace FirstCsharp
+