From 962b637d24d5c1bf06a75fbc5bced3f910650383 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 27 May 2016 15:16:50 -0400 Subject: [PATCH] Update the asymmetrical-context fixture. --- test/diffs/asymmetrical-context.split.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/test/diffs/asymmetrical-context.split.js b/test/diffs/asymmetrical-context.split.js index 79cb2251f..7d2a66f25 100644 --- a/test/diffs/asymmetrical-context.split.js +++ b/test/diffs/asymmetrical-context.split.js @@ -1,30 +1,31 @@ - -
1
        • console
        • .
        • log
      • (
          • '
          • hello
          • '
      • )
    • ;
1
        • console
        • .
        • log
      • (
          • '
          • hello
          • '
      • )
    • ;
  • + + - - - - - - - - + +
    1
          • console
          • .
          • log
        • (
            • '
            • hello
            • '
        • )
      • ;
    • +
    1
          • console
          • .
          • log
        • (
            • '
            • hello
            • '
        • )
      • ;
    2
      +
    2
    3
      +
    3
    4
      +
    4
    5
      +
    5
    2
          • console
          • .
          • log
        • (
            • '
            • world
            • '
        • )
      • ;
    • +
    2
          • console
          • .
          • log
        • (
            • '
            • world
            • '
        • )
      • ;
    6
          • console
          • .
          • log
        • (
            • '
            • world
            • '
        • )
      • ;
    • +
    6
          • console
          • .
          • log
        • (
            • '
            • world
            • '
        • )
      • ;
    3
      7
        3
          7
            \ No newline at end of file