@@ -1195,7 +1195,7 @@ test "siblings" {
11951195 \\)
11961196 \\
11971197 ;
1198- try std .testing .expectEqualStrings (ex , out .getWritten ());
1198+ try std .testing .expectEqualStrings (ex , out .written ());
11991199}
12001200
12011201test "nesting" {
@@ -1232,7 +1232,7 @@ test "nesting" {
12321232 \\)
12331233 \\
12341234 ;
1235- try std .testing .expectEqualStrings (ex , out .getWritten ());
1235+ try std .testing .expectEqualStrings (ex , out .written ());
12361236}
12371237
12381238test "deeper nesting" {
@@ -1269,7 +1269,7 @@ test "deeper nesting" {
12691269 \\)
12701270 \\
12711271 ;
1272- try std .testing .expectEqualStrings (ex , out .getWritten ());
1272+ try std .testing .expectEqualStrings (ex , out .written ());
12731273}
12741274
12751275test "complex example" {
@@ -1320,7 +1320,7 @@ test "complex example" {
13201320 \\)
13211321 \\
13221322 ;
1323- try std .testing .expectEqualStrings (ex , out .getWritten ());
1323+ try std .testing .expectEqualStrings (ex , out .written ());
13241324}
13251325
13261326test "if-else-loop errors" {
@@ -1392,7 +1392,7 @@ test "super" {
13921392 \\)
13931393 \\
13941394 ;
1395- try std .testing .expectEqualStrings (ex , out .getWritten ());
1395+ try std .testing .expectEqualStrings (ex , out .written ());
13961396
13971397 const cex : usize = 2 ;
13981398 try std .testing .expectEqual (cex , tree .childrenCount (tree .child (r ).? ));
0 commit comments