Blame view

bower_components/prism/tests/languages/asciidoc/indented-block_feature.test 599 Bytes
f748e9cf   Luigi Serra   new controllet an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  .

  

  	(TM) __foobar__

  	:bar: baz

  

   Foo *bar* baz

   // Foobar

   == Foobar ==

  

      Title

      ~~~~~

      .....

      .....

  

  ----------------------------------------------------

  

  [

  	".\r\n\r\n",

  	["indented-block", "\t(TM) __foobar__\r\n\t:bar: baz"],

  	["indented-block", " Foo *bar* baz\r\n // Foobar\r\n == Foobar =="],

  	["indented-block", "    Title\r\n    ~~~~~\r\n    .....\r\n    ....."]

  ]

  

  ----------------------------------------------------

  

  Checks for indented blocks.

  Also checks that nothing gets highlighted inside.

  The initial dot is required because tests are trimmed.