From 3c07b1d9b64d0da0da32d87abe29a2db27d894fa Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 31 Aug 2020 21:22:03 +0200 Subject: Fix tests for skylighting 0.10 --- test/command/5627.md | 8 ++++---- test/command/5650.md | 8 ++++---- test/lhs-test.html | 6 +++--- test/lhs-test.html+lhs | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'test') diff --git a/test/command/5627.md b/test/command/5627.md index 41fec0038..9910e76c5 100644 --- a/test/command/5627.md +++ b/test/command/5627.md @@ -20,8 +20,8 @@ Something
  • Two -->something<!--
  • Three
  • -
    --><!--<script>alert('Escaped!')</script>
    -
    Something
    +
    --><!--<script>alert('Escaped!')</script>
    +
    Something
    ``` ``` @@ -46,8 +46,8 @@ Something
  • -->something<!--
  • bye -->something else<!--
  • -
    --><!--<script>alert('Escaped!')</script>
    -
    Something
    +
    --><!--<script>alert('Escaped!')</script>
    +
    Something
    ``` ``` diff --git a/test/command/5650.md b/test/command/5650.md index 2f36c6066..a2dd215bc 100644 --- a/test/command/5650.md +++ b/test/command/5650.md @@ -5,8 +5,8 @@ a b ``` ^D -
    a
    -b
    +
    a
    +b
    ```` ```` @@ -16,7 +16,7 @@ a b ``` ^D -
    a
    -b
    +
    a
    +b
    ```` diff --git a/test/lhs-test.html b/test/lhs-test.html index 621d79163..e2db34ee4 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -84,9 +84,9 @@

    lhs test

    unsplit is an arrow that takes a pair of values and combines them to return a single value:

    -
    unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
    -unsplit = arr . uncurry
    -          -- arr (\op (x,y) -> x `op` y)
    +
    unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
    +unsplit = arr . uncurry
    +          -- arr (\op (x,y) -> x `op` y)

    (***) combines two arrows into a new arrow by running the two arrows on a pair of values (one arrow on the first item of the pair and one arrow on the second item of the pair).

    diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index b55556ef3..980fd83b8 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -84,9 +84,9 @@

    lhs test

    unsplit is an arrow that takes a pair of values and combines them to return a single value:

    -
    > unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
    -> unsplit = arr . uncurry
    ->           -- arr (\op (x,y) -> x `op` y)
    +
    > unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
    +> unsplit = arr . uncurry
    +>           -- arr (\op (x,y) -> x `op` y)

    (***) combines two arrows into a new arrow by running the two arrows on a pair of values (one arrow on the first item of the pair and one arrow on the second item of the pair).

    -- cgit v1.2.3