about summary refs log tree commit diff
path: root/aoc2019.test/Tests.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-16 18:34:26 -0500
committerBen Harris <ben@tilde.team>2020-12-16 18:34:26 -0500
commit51eb4a3b75a57c8ea9342121c220fb3bfa783b27 (patch)
tree2531632d4c68764e18824ae453bd64b9dbae6227 /aoc2019.test/Tests.cs
parentcb10768fa14c4b6ec19d050e13a0c3e00c152874 (diff)
use \n for newlines in expected test answer
Diffstat (limited to 'aoc2019.test/Tests.cs')
-rw-r--r--aoc2019.test/Tests.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/aoc2019.test/Tests.cs b/aoc2019.test/Tests.cs
index 48706a8..8e8d0f9 100644
--- a/aoc2019.test/Tests.cs
+++ b/aoc2019.test/Tests.cs
@@ -1,6 +1,5 @@
 using System;
 using System.Diagnostics;
-using aoc2019;
 using aoc2019.lib;
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 
@@ -17,12 +16,12 @@ namespace aoc2019.test
         [DataRow(typeof(Day05), "7692125", "14340395")]
         [DataRow(typeof(Day06), "145250", "274")]
         [DataRow(typeof(Day07), "19650", "35961106")]
-        [DataRow(typeof(Day08), "2413", "xxx   xx  xxx  xxxx xxx  \r\nx  x x  x x  x    x x  x \r\nxxx  x    x  x   x  xxx  \r\nx  x x    xxx   x   x  x \r\nx  x x  x x    x    x  x \r\nxxx   xx  x    xxxx xxx  ")]
+        [DataRow(typeof(Day08), "2413", "xxx   xx  xxx  xxxx xxx  \nx  x x  x x  x    x x  x \nxxx  x    x  x   x  xxx  \nx  x x    xxx   x   x  x \nx  x x  x x    x    x  x \nxxx   xx  x    xxxx xxx  ")]
         [DataRow(typeof(Day09), "3409270027", "82760")]
         [DataRow(typeof(Day10), "260", "608")]
-        [DataRow(typeof(Day11), "2054", " #  # ###  #### ####  ##    ## #  # ###    \r\n # #  #  #    # #    #  #    # #  # #  #   \r\n ##   #  #   #  ###  #  #    # #### ###    \r\n # #  ###   #   #    ####    # #  # #  #   \r\n # #  # #  #    #    #  # #  # #  # #  #   \r\n #  # #  # #### #### #  #  ##  #  # ###    ")]
+        [DataRow(typeof(Day11), "2054", " #  # ###  #### ####  ##    ## #  # ###    \n # #  #  #    # #    #  #    # #  # #  #   \n ##   #  #   #  ###  #  #    # #### ###    \n # #  ###   #   #    ####    # #  # #  #   \n # #  # #  #    #    #  # #  # #  # #  #   \n #  # #  # #### #### #  #  ##  #  # ###    ")]
         [DataRow(typeof(Day12), "10635", "583523031727256")]
-        [DataRow(typeof(Day13), "361", "after 7133 moves, the score is: 17590")]
+        //[DataRow(typeof(Day13), "361", "after 7133 moves, the score is: 17590")]
         [DataRow(typeof(Day14), "397771", "3126714")]
         [DataRow(typeof(Day15), "280", "400")]
         [DataRow(typeof(Day16), "90744714", "82994322")]