tests: update `test_text_stat.res`
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 27 Dec 2016 03:32:47 +0000 (22:32 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 27 Dec 2016 21:35:07 +0000 (16:35 -0500)
There's one more string instance because `environ` output is copied now.
Extra calls to `length` and the like replace calls to `utf8_length`.

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/sav/test_text_stat.res

index f374faf..6228bee 100644 (file)
@@ -4,18 +4,18 @@ Usage of Strings:
 Allocations, by type:
                
        -UnicodeFlatString = 0
-       -ASCIIFlatString = 30
+       -ASCIIFlatString = 31
        -FlatBuffer = 2
        -Concat = 0
 
 Calls to length, by type:
-       FlatString = 19
+       FlatString = 20
 Indexed accesses, by type:
 Calls to byte_length for each type:
-       FlatString = 44
+       FlatString = 45
 Calls to position for each type:
 Calls to bytepos for each type:
-Calls to first_byte on FlatString 48
-Calls to last_byte on FlatString 10
+Calls to first_byte on FlatString 50
+Calls to last_byte on FlatString 11
 Length of travel for index distribution:
 Byte length of the FlatStrings created: