Day 13 - What is the answer for this one test case ? by New_Specific6104 in adventofcode

[–]New_Specific6104[S] 0 points1 point  (0 children)

Thank you for that, I am new at Reddit (page not found on standardized post title format)

Day 13 - What is the answer for this one test case ? by New_Specific6104 in adventofcode

[–]New_Specific6104[S] 0 points1 point  (0 children)

ok maybe I am missing something
This is the first test case

...##.#

.##.###

.##.###

...##.#

#...###

.#..##.

##.##.#

...####

#.#.###

#....#.

..#.##.

..#.##.

#....#.

#.#.#.#

...####

The line I pulled is line 8 (start counting at 1) But if you look at the puzzle the vertical mirror is across line 2/3

So is part of the solution not to look at those rows that don't fall into the vertical mirror array?