diff --git a/test/references/annotations/annotated_float.txt b/test/references/annotations/annotated_float.txt index 37ff3fe..ceae888 100644 --- a/test/references/annotations/annotated_float.txt +++ b/test/references/annotations/annotated_float.txt @@ -1,6 +1,6 @@ - +
- + - +
0.124A
A Note 1
\ No newline at end of file diff --git a/test/references/annotations/automatic_annotations.txt b/test/references/annotations/automatic_annotations.txt index 0214793..6c61b18 100644 --- a/test/references/annotations/automatic_annotations.txt +++ b/test/references/annotations/automatic_annotations.txt @@ -1,6 +1,6 @@ - +
- + @@ -37,6 +37,6 @@ - +
A1 B2C3 D1
1 Note 1
2 Note 2
3 Note 3
\ No newline at end of file diff --git a/test/references/annotations/manual_annotations.txt b/test/references/annotations/manual_annotations.txt index 4c36fa7..8fc9323 100644 --- a/test/references/annotations/manual_annotations.txt +++ b/test/references/annotations/manual_annotations.txt @@ -1,6 +1,6 @@ - +
- + @@ -37,6 +37,6 @@ - +
AX BYC1 D2
1 Note 3
2 Note 4
X Note 1
Y Note 2
\ No newline at end of file diff --git a/test/references/character_escaping/problematic_characters.txt b/test/references/character_escaping/problematic_characters.txt index db565f3..00ca09c 100644 --- a/test/references/character_escaping/problematic_characters.txt +++ b/test/references/character_escaping/problematic_characters.txt @@ -1,6 +1,6 @@ - +
- + - +
& % $ # _ { } ~ ^ \\ < > " ' @ `
\ No newline at end of file diff --git a/test/references/global_rounding/auto_false_1.txt b/test/references/global_rounding/auto_false_1.txt index 5edb8c0..dd3e587 100644 --- a/test/references/global_rounding/auto_false_1.txt +++ b/test/references/global_rounding/auto_false_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1 1.0e71 & 0.001 1
0.001
\ No newline at end of file diff --git a/test/references/global_rounding/auto_false_3.txt b/test/references/global_rounding/auto_false_3.txt index 08f1752..e1f41b1 100644 --- a/test/references/global_rounding/auto_false_3.txt +++ b/test/references/global_rounding/auto_false_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.41 1.24e71.23 & 0.00123 1.23
0.00123
\ No newline at end of file diff --git a/test/references/global_rounding/auto_true_1.txt b/test/references/global_rounding/auto_true_1.txt index b254498..c6e44bf 100644 --- a/test/references/global_rounding/auto_true_1.txt +++ b/test/references/global_rounding/auto_true_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.0 1.0e71.0 & 0.001 1.0
0.001
\ No newline at end of file diff --git a/test/references/global_rounding/auto_true_3.txt b/test/references/global_rounding/auto_true_3.txt index 08f1752..e1f41b1 100644 --- a/test/references/global_rounding/auto_true_3.txt +++ b/test/references/global_rounding/auto_true_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.41 1.24e71.23 & 0.00123 1.23
0.00123
\ No newline at end of file diff --git a/test/references/global_rounding/default.txt b/test/references/global_rounding/default.txt index 08f1752..e1f41b1 100644 --- a/test/references/global_rounding/default.txt +++ b/test/references/global_rounding/default.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.41 1.24e71.23 & 0.00123 1.23
0.00123
\ No newline at end of file diff --git a/test/references/global_rounding/digits_false_1.txt b/test/references/global_rounding/digits_false_1.txt index 4926eb4..0c06702 100644 --- a/test/references/global_rounding/digits_false_1.txt +++ b/test/references/global_rounding/digits_false_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.4 123521311.2 & 0 1.2
0
\ No newline at end of file diff --git a/test/references/global_rounding/digits_false_3.txt b/test/references/global_rounding/digits_false_3.txt index 1e86c1e..104d8d9 100644 --- a/test/references/global_rounding/digits_false_3.txt +++ b/test/references/global_rounding/digits_false_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.414 123521311.235 & 0.001 1.235
0.001
\ No newline at end of file diff --git a/test/references/global_rounding/digits_true_1.txt b/test/references/global_rounding/digits_true_1.txt index 44f683e..489b3cd 100644 --- a/test/references/global_rounding/digits_true_1.txt +++ b/test/references/global_rounding/digits_true_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.4 12352131.01.2 & 0.0 1.2
0.0
\ No newline at end of file diff --git a/test/references/global_rounding/digits_true_3.txt b/test/references/global_rounding/digits_true_3.txt index c43b5d9..03e3239 100644 --- a/test/references/global_rounding/digits_true_3.txt +++ b/test/references/global_rounding/digits_true_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.414 12352131.0001.235 & 0.001 1.235
0.001
\ No newline at end of file diff --git a/test/references/global_rounding/no_rounding.txt b/test/references/global_rounding/no_rounding.txt index 0eee1af..7fd3adf 100644 --- a/test/references/global_rounding/no_rounding.txt +++ b/test/references/global_rounding/no_rounding.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.4142135623730951 1.2352131000001e71.23456 & 0.0012345 1.23456
0.0012345
\ No newline at end of file diff --git a/test/references/global_rounding/sigdigits_false_1.txt b/test/references/global_rounding/sigdigits_false_1.txt index 5edb8c0..dd3e587 100644 --- a/test/references/global_rounding/sigdigits_false_1.txt +++ b/test/references/global_rounding/sigdigits_false_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1 1.0e71 & 0.001 1
0.001
\ No newline at end of file diff --git a/test/references/global_rounding/sigdigits_false_3.txt b/test/references/global_rounding/sigdigits_false_3.txt index 08f1752..e1f41b1 100644 --- a/test/references/global_rounding/sigdigits_false_3.txt +++ b/test/references/global_rounding/sigdigits_false_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.41 1.24e71.23 & 0.00123 1.23
0.00123
\ No newline at end of file diff --git a/test/references/global_rounding/sigdigits_true_1.txt b/test/references/global_rounding/sigdigits_true_1.txt index b254498..c6e44bf 100644 --- a/test/references/global_rounding/sigdigits_true_1.txt +++ b/test/references/global_rounding/sigdigits_true_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.0 1.0e71.0 & 0.001 1.0
0.001
\ No newline at end of file diff --git a/test/references/global_rounding/sigdigits_true_3.txt b/test/references/global_rounding/sigdigits_true_3.txt index 08f1752..e1f41b1 100644 --- a/test/references/global_rounding/sigdigits_true_3.txt +++ b/test/references/global_rounding/sigdigits_true_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
1.41 1.24e71.23 & 0.00123 1.23
0.00123
\ No newline at end of file diff --git a/test/references/listingtable/cols_only.txt b/test/references/listingtable/cols_only.txt index 99bae5f..dbbe3ea 100644 --- a/test/references/listingtable/cols_only.txt +++ b/test/references/listingtable/cols_only.txt @@ -1,6 +1,6 @@ - +
- + - + - - + + @@ -47,10 +47,10 @@ - - - - + + + + @@ -65,7 +65,7 @@ - + @@ -75,5 +75,5 @@ - +
group1group1
a b
group2group2group2group2
ef
group3group3group3group3group3group3group3group3
c
value1
1 3 26 8
\ No newline at end of file diff --git a/test/references/listingtable/missing_groups.txt b/test/references/listingtable/missing_groups.txt index 69200a6..18de8d9 100644 --- a/test/references/listingtable/missing_groups.txt +++ b/test/references/listingtable/missing_groups.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -43,7 +43,7 @@ - + @@ -61,5 +61,5 @@ - +
BB
A value
'a' 61 3
\ No newline at end of file diff --git a/test/references/listingtable/natural_sort_order.txt b/test/references/listingtable/natural_sort_order.txt index 00b18fd..b3391b6 100644 --- a/test/references/listingtable/natural_sort_order.txt +++ b/test/references/listingtable/natural_sort_order.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -88,5 +88,5 @@ - +
id dose value
1 1 mg 510 mg 4
\ No newline at end of file diff --git a/test/references/listingtable/no_variable_header.txt b/test/references/listingtable/no_variable_header.txt index ce5a6ca..44f82bc 100644 --- a/test/references/listingtable/no_variable_header.txt +++ b/test/references/listingtable/no_variable_header.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -40,8 +40,8 @@ - - + + @@ -50,7 +50,7 @@ - + @@ -64,5 +64,5 @@ - +
group2group2
group3group3group3group3
group1c d
a 1 36 8
\ No newline at end of file diff --git a/test/references/listingtable/one_row_two_cols.txt b/test/references/listingtable/one_row_two_cols.txt index 19a27c9..1bdee8e 100644 --- a/test/references/listingtable/one_row_two_cols.txt +++ b/test/references/listingtable/one_row_two_cols.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -40,8 +40,8 @@ - - + + @@ -54,7 +54,7 @@ - + @@ -68,5 +68,5 @@ - +
group2group2
group3group3group3group3
group1 value1
a 1 36 8
\ No newline at end of file diff --git a/test/references/listingtable/pagination_cols=1_1.txt b/test/references/listingtable/pagination_cols=1_1.txt index 4627662..7f8f022 100644 --- a/test/references/listingtable/pagination_cols=1_1.txt +++ b/test/references/listingtable/pagination_cols=1_1.txt @@ -1,6 +1,6 @@ - +
- + @@ -49,7 +49,7 @@ - + @@ -57,5 +57,5 @@ - +
group1group3 value1
c 1
d 3
\ No newline at end of file diff --git a/test/references/listingtable/pagination_cols=1_2.txt b/test/references/listingtable/pagination_cols=1_2.txt index 58ac5c0..9f253de 100644 --- a/test/references/listingtable/pagination_cols=1_2.txt +++ b/test/references/listingtable/pagination_cols=1_2.txt @@ -1,6 +1,6 @@ - +
- + @@ -49,7 +49,7 @@ - + @@ -57,5 +57,5 @@ - +
group1group3 value1
c 2
d 4
\ No newline at end of file diff --git a/test/references/listingtable/pagination_cols=1_3.txt b/test/references/listingtable/pagination_cols=1_3.txt index 215335a..eb38b5d 100644 --- a/test/references/listingtable/pagination_cols=1_3.txt +++ b/test/references/listingtable/pagination_cols=1_3.txt @@ -1,6 +1,6 @@ - +
- + @@ -49,7 +49,7 @@ - + @@ -57,5 +57,5 @@ - +
group1group3 value1
c 5
d 7
\ No newline at end of file diff --git a/test/references/listingtable/pagination_cols=1_4.txt b/test/references/listingtable/pagination_cols=1_4.txt index 2bdd6ba..77fc99b 100644 --- a/test/references/listingtable/pagination_cols=1_4.txt +++ b/test/references/listingtable/pagination_cols=1_4.txt @@ -1,6 +1,6 @@ - +
- + @@ -49,7 +49,7 @@ - + @@ -57,5 +57,5 @@ - +
group1group3 value1
c 6
d 8
\ No newline at end of file diff --git a/test/references/listingtable/pagination_cols=2_1.txt b/test/references/listingtable/pagination_cols=2_1.txt index 1747eb3..7609538 100644 --- a/test/references/listingtable/pagination_cols=2_1.txt +++ b/test/references/listingtable/pagination_cols=2_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -39,7 +39,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -60,5 +60,5 @@ - +
group1group1
group2group2
group3 value1
c 1 23 4
\ No newline at end of file diff --git a/test/references/listingtable/pagination_cols=2_2.txt b/test/references/listingtable/pagination_cols=2_2.txt index 956ea1d..0b7c565 100644 --- a/test/references/listingtable/pagination_cols=2_2.txt +++ b/test/references/listingtable/pagination_cols=2_2.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -39,7 +39,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -60,5 +60,5 @@ - +
group1group1
group2group2
group3 value1
c 5 67 8
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_1.txt b/test/references/listingtable/pagination_rows=1_1.txt index 3ab42fb..8337ce7 100644 --- a/test/references/listingtable/pagination_rows=1_1.txt +++ b/test/references/listingtable/pagination_rows=1_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,11 +45,11 @@ - + - +
group3group3
group2 value1
a e 1 3
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_2.txt b/test/references/listingtable/pagination_rows=1_2.txt index ef514ca..cbdf0b5 100644 --- a/test/references/listingtable/pagination_rows=1_2.txt +++ b/test/references/listingtable/pagination_rows=1_2.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,11 +45,11 @@ - + - +
group3group3
group2 value1
a f 2 4
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_3.txt b/test/references/listingtable/pagination_rows=1_3.txt index b3e3f93..6961705 100644 --- a/test/references/listingtable/pagination_rows=1_3.txt +++ b/test/references/listingtable/pagination_rows=1_3.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,11 +45,11 @@ - + - +
group3group3
group2 value1
b e 5 7
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_4.txt b/test/references/listingtable/pagination_rows=1_4.txt index 684fc0a..0041e00 100644 --- a/test/references/listingtable/pagination_rows=1_4.txt +++ b/test/references/listingtable/pagination_rows=1_4.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,11 +45,11 @@ - + - +
group3group3
group2 value1
b f 6 8
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_cols=2_1.txt b/test/references/listingtable/pagination_rows=1_cols=2_1.txt index 4743ab8..43f1b96 100644 --- a/test/references/listingtable/pagination_rows=1_cols=2_1.txt +++ b/test/references/listingtable/pagination_rows=1_cols=2_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -39,7 +39,7 @@ - + @@ -50,10 +50,10 @@ - + - +
group1group1
group2group2
group3 value1
c 1 2
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_cols=2_2.txt b/test/references/listingtable/pagination_rows=1_cols=2_2.txt index 0acafee..ba4b5b9 100644 --- a/test/references/listingtable/pagination_rows=1_cols=2_2.txt +++ b/test/references/listingtable/pagination_rows=1_cols=2_2.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -39,7 +39,7 @@ - + @@ -50,10 +50,10 @@ - + - +
group1group1
group2group2
group3 value1
c 5 6
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_cols=2_3.txt b/test/references/listingtable/pagination_rows=1_cols=2_3.txt index 8b39b82..a08e928 100644 --- a/test/references/listingtable/pagination_rows=1_cols=2_3.txt +++ b/test/references/listingtable/pagination_rows=1_cols=2_3.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -39,7 +39,7 @@ - + @@ -50,10 +50,10 @@ - + - +
group1group1
group2group2
group3 value1
d 3 4
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=1_cols=2_4.txt b/test/references/listingtable/pagination_rows=1_cols=2_4.txt index 726dffa..6f6724b 100644 --- a/test/references/listingtable/pagination_rows=1_cols=2_4.txt +++ b/test/references/listingtable/pagination_rows=1_cols=2_4.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -39,7 +39,7 @@ - + @@ -50,10 +50,10 @@ - + - +
group1group1
group2group2
group3 value1
d 7 8
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_1.txt b/test/references/listingtable/pagination_rows=2_1.txt index 57fb30d..509809a 100644 --- a/test/references/listingtable/pagination_rows=2_1.txt +++ b/test/references/listingtable/pagination_rows=2_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -56,5 +56,5 @@ - +
group3group3
group2 value1
a e 12 4
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_2.txt b/test/references/listingtable/pagination_rows=2_2.txt index 57d505c..4fb7145 100644 --- a/test/references/listingtable/pagination_rows=2_2.txt +++ b/test/references/listingtable/pagination_rows=2_2.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -56,5 +56,5 @@ - +
group3group3
group2 value1
b e 56 8
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_1.txt b/test/references/listingtable/pagination_rows=2_summarized_1.txt index c79e50b..8f74bac 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_1.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -79,5 +79,5 @@ - +
group3group3
group2 value1
a e 12.38 2.38
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_1.txt b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_1.txt index e2608ea..33da1fb 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_1.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -46,7 +46,7 @@ - + @@ -72,5 +72,5 @@ - +
parametersparameters
group value
1 1 18 12
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_2.txt b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_2.txt index e2608ea..33da1fb 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_2.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_1_2.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -46,7 +46,7 @@ - + @@ -72,5 +72,5 @@ - +
parametersparameters
group value
1 1 18 12
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_1.txt b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_1.txt index db89a3a..a5716fc 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_1.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_1.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -63,5 +63,5 @@ - +
group3group3
group2 value1
a e 1NaN NaN
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_2.txt b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_2.txt index 51a52b3..a36bc35 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_2.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_2.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -63,5 +63,5 @@ - +
group3group3
group2 value1
a f 2NaN NaN
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_3.txt b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_3.txt index 9d083bc..61fae1a 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_3.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_3.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -63,5 +63,5 @@ - +
group3group3
group2 value1
b e 5NaN NaN
\ No newline at end of file diff --git a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_4.txt b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_4.txt index d2bad10..a00b2e1 100644 --- a/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_4.txt +++ b/test/references/listingtable/pagination_rows=2_summarized_grouplevel_2_4.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -63,5 +63,5 @@ - +
group3group3
group2 value1
b f 6NaN NaN
\ No newline at end of file diff --git a/test/references/listingtable/renaming.txt b/test/references/listingtable/renaming.txt index 599769a..e8c3ddc 100644 --- a/test/references/listingtable/renaming.txt +++ b/test/references/listingtable/renaming.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -79,5 +79,5 @@ - +
Group 3Group 3
Group 2 Value 1
a e 11 3
\ No newline at end of file diff --git a/test/references/listingtable/rows_only.txt b/test/references/listingtable/rows_only.txt index d7f2e04..9c99744 100644 --- a/test/references/listingtable/rows_only.txt +++ b/test/references/listingtable/rows_only.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -73,5 +73,5 @@ - +
group1 group2 group3 value1
a e cd 8
\ No newline at end of file diff --git a/test/references/listingtable/sort_false.txt b/test/references/listingtable/sort_false.txt index e2608ea..33da1fb 100644 --- a/test/references/listingtable/sort_false.txt +++ b/test/references/listingtable/sort_false.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -46,7 +46,7 @@ - + @@ -72,5 +72,5 @@ - +
parametersparameters
group value
1 1 18 12
\ No newline at end of file diff --git a/test/references/listingtable/summarize_end_cols_two_funcs.txt b/test/references/listingtable/summarize_end_cols_two_funcs.txt index 95d46d4..dade53a 100644 --- a/test/references/listingtable/summarize_end_cols_two_funcs.txt +++ b/test/references/listingtable/summarize_end_cols_two_funcs.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -44,8 +44,8 @@ - - + + @@ -64,7 +64,7 @@ - + @@ -82,5 +82,5 @@ - +
group1group1
group2group2group2group2
mean std
c 1 25.5 2.38
\ No newline at end of file diff --git a/test/references/listingtable/summarize_end_rows.txt b/test/references/listingtable/summarize_end_rows.txt index e8b97cc..ee4b4bf 100644 --- a/test/references/listingtable/summarize_end_rows.txt +++ b/test/references/listingtable/summarize_end_rows.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -73,5 +73,5 @@ - +
group3group3
group2 value1
a e 13.5 5.5
\ No newline at end of file diff --git a/test/references/listingtable/summarize_end_rows_two_funcs.txt b/test/references/listingtable/summarize_end_rows_two_funcs.txt index c79e50b..8f74bac 100644 --- a/test/references/listingtable/summarize_end_rows_two_funcs.txt +++ b/test/references/listingtable/summarize_end_rows_two_funcs.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -79,5 +79,5 @@ - +
group3group3
group2 value1
a e 12.38 2.38
\ No newline at end of file diff --git a/test/references/listingtable/summarize_first_group_cols.txt b/test/references/listingtable/summarize_first_group_cols.txt index c7e8f01..832d119 100644 --- a/test/references/listingtable/summarize_first_group_cols.txt +++ b/test/references/listingtable/summarize_first_group_cols.txt @@ -1,6 +1,6 @@ - +
- + - + - + @@ -45,9 +45,9 @@ - + - + @@ -66,7 +66,7 @@ - + @@ -84,5 +84,5 @@ - +
group1group1 group1group1
group2group2 group2group2
value1 mean
c 1 28 7.5
\ No newline at end of file diff --git a/test/references/listingtable/summarize_first_group_rows.txt b/test/references/listingtable/summarize_first_group_rows.txt index b2bd23f..5f9ca5e 100644 --- a/test/references/listingtable/summarize_first_group_rows.txt +++ b/test/references/listingtable/summarize_first_group_rows.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -79,5 +79,5 @@ - +
group3group3
group2 value1
a e 15.5 7.5
\ No newline at end of file diff --git a/test/references/listingtable/summarize_last_group_cols.txt b/test/references/listingtable/summarize_last_group_cols.txt index fccd840..5530983 100644 --- a/test/references/listingtable/summarize_last_group_cols.txt +++ b/test/references/listingtable/summarize_last_group_cols.txt @@ -1,6 +1,6 @@ - +
- + @@ -84,7 +84,7 @@ - + @@ -106,5 +106,5 @@ - +
group1value1 mean
c 1 18 8
\ No newline at end of file diff --git a/test/references/listingtable/summarize_last_group_rows.txt b/test/references/listingtable/summarize_last_group_rows.txt index 04c455f..3b75757 100644 --- a/test/references/listingtable/summarize_last_group_rows.txt +++ b/test/references/listingtable/summarize_last_group_rows.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -93,5 +93,5 @@ - +
group3group3
group2 value1
a e 16 8
\ No newline at end of file diff --git a/test/references/listingtable/two_rows_one_col.txt b/test/references/listingtable/two_rows_one_col.txt index 42466b4..37d3fdd 100644 --- a/test/references/listingtable/two_rows_one_col.txt +++ b/test/references/listingtable/two_rows_one_col.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -67,5 +67,5 @@ - +
group3group3
group2 value1
a e 16 8
\ No newline at end of file diff --git a/test/references/listingtable/two_same_summarizers.txt b/test/references/listingtable/two_same_summarizers.txt index 07d37a6..bb3c6ee 100644 --- a/test/references/listingtable/two_same_summarizers.txt +++ b/test/references/listingtable/two_same_summarizers.txt @@ -1,6 +1,6 @@ - +
- + @@ -36,7 +36,7 @@ - + @@ -128,5 +128,5 @@ - +
id dosemean mean
1 1 mg 5
\ No newline at end of file diff --git a/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_false.txt b/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_false.txt index a4c618f..329676c 100644 --- a/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_false.txt +++ b/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_false.txt @@ -1,6 +1,6 @@ - +
- + - +
Cell 11 Cell 2
1 Note 1    First footnote.    Second footnote.
\ No newline at end of file diff --git a/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_true.txt b/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_true.txt index b8c11b0..cbd3253 100644 --- a/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_true.txt +++ b/test/references/manual_footnotes/footnotes_and_annotated_linebreaks_true.txt @@ -1,6 +1,6 @@ - +
- + - +
Cell 11 Cell 2
1 Note 1
First footnote.
Second footnote.
\ No newline at end of file diff --git a/test/references/manual_footnotes/footnotes_linebreaks_false.txt b/test/references/manual_footnotes/footnotes_linebreaks_false.txt index 16916a7..5813b90 100644 --- a/test/references/manual_footnotes/footnotes_linebreaks_false.txt +++ b/test/references/manual_footnotes/footnotes_linebreaks_false.txt @@ -1,6 +1,6 @@ - +
- + - +
Cell 1 Cell 2
First footnote.    Second footnote.
\ No newline at end of file diff --git a/test/references/manual_footnotes/footnotes_linebreaks_true.txt b/test/references/manual_footnotes/footnotes_linebreaks_true.txt index d3bd79b..d17a549 100644 --- a/test/references/manual_footnotes/footnotes_linebreaks_true.txt +++ b/test/references/manual_footnotes/footnotes_linebreaks_true.txt @@ -1,6 +1,6 @@ - +
- + - +
Cell 1 Cell 2
First footnote.
Second footnote.
\ No newline at end of file diff --git a/test/references/merged_cells/custom_datatypes.txt b/test/references/merged_cells/custom_datatypes.txt index b1951fa..46522c7 100644 --- a/test/references/merged_cells/custom_datatypes.txt +++ b/test/references/merged_cells/custom_datatypes.txt @@ -1,6 +1,6 @@ - +
- + @@ -44,6 +44,6 @@ - +
A
B
Label1
1 Annotation
\ No newline at end of file diff --git a/test/references/paginated_table_interactive.txt b/test/references/paginated_table_interactive.txt index f1d426d..18ff762 100644 --- a/test/references/paginated_table_interactive.txt +++ b/test/references/paginated_table_interactive.txt @@ -27,9 +27,9 @@ Page 4

Page 1

- +
- + - + @@ -68,7 +68,7 @@ Page 4 - + @@ -79,19 +79,19 @@ Page 4 - + - +
group1group1
group2group2
group3 value1
c 1 2

Page 2

- +
- + - + @@ -130,7 +130,7 @@ Page 4 - + @@ -141,19 +141,19 @@ Page 4 - + - +
group1group1
group2group2
group3 value1
c 5 6

Page 3

- +
- + - + @@ -192,7 +192,7 @@ Page 4 - + @@ -203,19 +203,19 @@ Page 4 - + - +
group1group1
group2group2
group3 value1
d 3 4

Page 4

- +
- + - + @@ -254,7 +254,7 @@ Page 4 - + @@ -265,12 +265,12 @@ Page 4 - + - +
group1group1
group2group2
group3 value1
d 7 8
diff --git a/test/references/replace/replace_predicate_function.txt b/test/references/replace/replace_predicate_function.txt index 3760f8c..8fc821c 100644 --- a/test/references/replace/replace_predicate_function.txt +++ b/test/references/replace/replace_predicate_function.txt @@ -1,6 +1,6 @@ - +
- + @@ -37,5 +37,5 @@ - +
missing 11 12
\ No newline at end of file diff --git a/test/references/replace/replace_predicate_value.txt b/test/references/replace/replace_predicate_value.txt index 0728424..33ab58b 100644 --- a/test/references/replace/replace_predicate_value.txt +++ b/test/references/replace/replace_predicate_value.txt @@ -1,6 +1,6 @@ - +
- + @@ -37,5 +37,5 @@ - +
missing an Int was here an Int was here
\ No newline at end of file diff --git a/test/references/replace/replacemissing_custom.txt b/test/references/replace/replacemissing_custom.txt index 3ae13bb..a96786e 100644 --- a/test/references/replace/replacemissing_custom.txt +++ b/test/references/replace/replacemissing_custom.txt @@ -1,6 +1,6 @@ - +
- + @@ -37,5 +37,5 @@ - +
??? 1 2
\ No newline at end of file diff --git a/test/references/replace/replacemissing_default.txt b/test/references/replace/replacemissing_default.txt index 694fb07..f4b8363 100644 --- a/test/references/replace/replacemissing_default.txt +++ b/test/references/replace/replacemissing_default.txt @@ -1,6 +1,6 @@ - +
- + @@ -37,6 +37,6 @@ - +
- -1 2
- No value
\ No newline at end of file diff --git a/test/references/row_and_column_gaps/singlecell.txt b/test/references/row_and_column_gaps/singlecell.txt index e389c24..4eadd49 100644 --- a/test/references/row_and_column_gaps/singlecell.txt +++ b/test/references/row_and_column_gaps/singlecell.txt @@ -1,6 +1,6 @@ - +
- + @@ -53,5 +53,5 @@ - +
1, 1 1, 24, 3 4, 4
\ No newline at end of file diff --git a/test/references/row_and_column_gaps/spanned_cells.txt b/test/references/row_and_column_gaps/spanned_cells.txt index 307bb40..8c6c996 100644 --- a/test/references/row_and_column_gaps/spanned_cells.txt +++ b/test/references/row_and_column_gaps/spanned_cells.txt @@ -1,6 +1,6 @@ - +
- + @@ -49,5 +49,5 @@ - +
Spanned columns
\ No newline at end of file diff --git a/test/references/styles/valign.txt b/test/references/styles/valign.txt index 6fd5bb8..e006347 100644 --- a/test/references/styles/valign.txt +++ b/test/references/styles/valign.txt @@ -1,6 +1,6 @@ - +
- + @@ -41,5 +41,5 @@ - +
Row 1 top
Row 3
\ No newline at end of file diff --git a/test/references/summarytable/missing_groups.txt b/test/references/summarytable/missing_groups.txt index 658379a..e7950c7 100644 --- a/test/references/summarytable/missing_groups.txt +++ b/test/references/summarytable/missing_groups.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -46,7 +46,7 @@ - + @@ -67,5 +67,5 @@ - +
BB
value
'a' sum 1 3
\ No newline at end of file diff --git a/test/references/summarytable/natural_sort_order.txt b/test/references/summarytable/natural_sort_order.txt index b3a06ce..64ec733 100644 --- a/test/references/summarytable/natural_sort_order.txt +++ b/test/references/summarytable/natural_sort_order.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -101,5 +101,5 @@ - +
id dose value
1 1 mg meanmean 4
\ No newline at end of file diff --git a/test/references/summarytable/no_group_one_summary.txt b/test/references/summarytable/no_group_one_summary.txt index 32bca01..872b276 100644 --- a/test/references/summarytable/no_group_one_summary.txt +++ b/test/references/summarytable/no_group_one_summary.txt @@ -1,6 +1,6 @@ - +
- + - + - +
value1
mean 4.5
\ No newline at end of file diff --git a/test/references/summarytable/no_group_two_summaries.txt b/test/references/summarytable/no_group_two_summaries.txt index 612c993..a30f1d7 100644 --- a/test/references/summarytable/no_group_two_summaries.txt +++ b/test/references/summarytable/no_group_two_summaries.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -41,5 +41,5 @@ - +
value1
mean 4.5
SD 2.45
\ No newline at end of file diff --git a/test/references/summarytable/one_rowgroup_one_colgroup_one_summary.txt b/test/references/summarytable/one_rowgroup_one_colgroup_one_summary.txt index 176618b..52ae7e1 100644 --- a/test/references/summarytable/one_rowgroup_one_colgroup_one_summary.txt +++ b/test/references/summarytable/one_rowgroup_one_colgroup_one_summary.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -57,5 +57,5 @@ - +
Group 2Group 2
value1
a mean 26 7
\ No newline at end of file diff --git a/test/references/summarytable/one_rowgroup_one_colgroup_two_summaries.txt b/test/references/summarytable/one_rowgroup_one_colgroup_two_summaries.txt index 3443aa9..8d08a0e 100644 --- a/test/references/summarytable/one_rowgroup_one_colgroup_two_summaries.txt +++ b/test/references/summarytable/one_rowgroup_one_colgroup_two_summaries.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,7 +45,7 @@ - + @@ -67,5 +67,5 @@ - +
Group 2Group 2
value1
a mean 21.41 1.41
\ No newline at end of file diff --git a/test/references/summarytable/one_rowgroup_one_summary.txt b/test/references/summarytable/one_rowgroup_one_summary.txt index 759051a..b6b1950 100644 --- a/test/references/summarytable/one_rowgroup_one_summary.txt +++ b/test/references/summarytable/one_rowgroup_one_summary.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -44,5 +44,5 @@ - +
Group 1 value1
a mean 2.5mean 6.5
\ No newline at end of file diff --git a/test/references/summarytable/one_rowgroup_two_summaries.txt b/test/references/summarytable/one_rowgroup_two_summaries.txt index 90206df..aa73e08 100644 --- a/test/references/summarytable/one_rowgroup_two_summaries.txt +++ b/test/references/summarytable/one_rowgroup_two_summaries.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -52,5 +52,5 @@ - +
Group 1 value1
a mean 2.5std 1.29
\ No newline at end of file diff --git a/test/references/summarytable/sort_false.txt b/test/references/summarytable/sort_false.txt index 8593eb5..8345f0e 100644 --- a/test/references/summarytable/sort_false.txt +++ b/test/references/summarytable/sort_false.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -49,7 +49,7 @@ - + @@ -79,5 +79,5 @@ - +
parametersparameters
value
1 1 mean8 12
\ No newline at end of file diff --git a/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries.txt b/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries.txt index 1eb5fe8..4e61afe 100644 --- a/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries.txt +++ b/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -48,7 +48,7 @@ - + @@ -94,5 +94,5 @@ - +
Group 3Group 3
value1
a e meanNaN NaN
\ No newline at end of file diff --git a/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries_no_header.txt b/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries_no_header.txt index 57fab66..b716f01 100644 --- a/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries_no_header.txt +++ b/test/references/summarytable/two_rowgroups_one_colgroup_two_summaries_no_header.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -42,7 +42,7 @@ - + @@ -88,5 +88,5 @@ - +
Group 3Group 3
Group 1c d
a e meanNaN NaN
\ No newline at end of file diff --git a/test/references/summarytable/two_same_summaries.txt b/test/references/summarytable/two_same_summaries.txt index 7ebf937..548939a 100644 --- a/test/references/summarytable/two_same_summaries.txt +++ b/test/references/summarytable/two_same_summaries.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -41,5 +41,5 @@ - +
value1
mean 4.5
mean 4.5
\ No newline at end of file diff --git a/test/references/table_one/all_missing_group.txt b/test/references/table_one/all_missing_group.txt index 3692735..52df7d5 100644 --- a/test/references/table_one/all_missing_group.txt +++ b/test/references/table_one/all_missing_group.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -40,7 +40,7 @@ - + @@ -64,6 +64,6 @@ - +
groupgroup
1 2
empty 3 (100%) 0 (0%)
NC - Not computable
\ No newline at end of file diff --git a/test/references/table_one/category_with_missing.txt b/test/references/table_one/category_with_missing.txt index 3f9fcab..f76f46d 100644 --- a/test/references/table_one/category_with_missing.txt +++ b/test/references/table_one/category_with_missing.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -40,7 +40,7 @@ - + @@ -70,5 +70,5 @@ - +
groupgroup
1 2
category 0 (0%) 1 (25%)
\ No newline at end of file diff --git a/test/references/table_one/group_totals_three_groups_one_total_level_three.txt b/test/references/table_one/group_totals_three_groups_one_total_level_three.txt index 083545b..4d1dcc5 100644 --- a/test/references/table_one/group_totals_three_groups_one_total_level_three.txt +++ b/test/references/table_one/group_totals_three_groups_one_total_level_three.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -43,8 +43,8 @@ - - + + @@ -57,10 +57,10 @@ - - - - + + + + @@ -78,7 +78,7 @@ - + @@ -190,5 +190,5 @@ - +
group1group1
group2group2group2group2
group3group3group3group3group3group3group3group3
d
(n=1)
Total
(n=2)
value1 0 (0%) 1 (50%)
\ No newline at end of file diff --git a/test/references/table_one/group_totals_three_groups_one_total_level_two.txt b/test/references/table_one/group_totals_three_groups_one_total_level_two.txt index 7df21ab..79295f8 100644 --- a/test/references/table_one/group_totals_three_groups_one_total_level_two.txt +++ b/test/references/table_one/group_totals_three_groups_one_total_level_two.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -43,8 +43,8 @@ - - + + @@ -59,11 +59,11 @@ - - + + - - + + @@ -80,7 +80,7 @@ - + @@ -178,5 +178,5 @@ - +
group1group1
group2group2group2group2
group3group3group3group3 group3group3group3group3
d
(n=1)
value1 0 (0%) 1 (25%)
\ No newline at end of file diff --git a/test/references/table_one/group_totals_two_groups_one_total.txt b/test/references/table_one/group_totals_two_groups_one_total.txt index 769625b..f2a4405 100644 --- a/test/references/table_one/group_totals_two_groups_one_total.txt +++ b/test/references/table_one/group_totals_two_groups_one_total.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -43,8 +43,8 @@ - - + + @@ -56,7 +56,7 @@ - + @@ -126,5 +126,5 @@ - +
group1group1
group2group2group2group2
f Total
value1 1 (50%) 1 (25%)
\ No newline at end of file diff --git a/test/references/table_one/missing_as_a_group_factor.txt b/test/references/table_one/missing_as_a_group_factor.txt index e194fc9..6fdb95b 100644 --- a/test/references/table_one/missing_as_a_group_factor.txt +++ b/test/references/table_one/missing_as_a_group_factor.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -44,9 +44,9 @@ - - - + + + @@ -57,7 +57,7 @@ - + @@ -84,5 +84,5 @@ - +
group1group1
group2group2group2group2group2group2
Total missing
value 4.5 [4, 5] 4 [2, 6]
\ No newline at end of file diff --git a/test/references/table_one/natural_sort_order.txt b/test/references/table_one/natural_sort_order.txt index 7c8e0c6..5b4855b 100644 --- a/test/references/table_one/natural_sort_order.txt +++ b/test/references/table_one/natural_sort_order.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -42,7 +42,7 @@ - + @@ -66,5 +66,5 @@ - +
dosedose
10 mg 50 mg
value 4 [4, 5] 2 [2, 3]
\ No newline at end of file diff --git a/test/references/table_one/nested_spans_bad_sort.txt b/test/references/table_one/nested_spans_bad_sort.txt index e219dc2..588517c 100644 --- a/test/references/table_one/nested_spans_bad_sort.txt +++ b/test/references/table_one/nested_spans_bad_sort.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -44,9 +44,9 @@ - - - + + + @@ -56,7 +56,7 @@ - + @@ -80,5 +80,5 @@ - +
yy
zzzzzz
D D
x 4.5 [4, 5] 6 [6, 6]
\ No newline at end of file diff --git a/test/references/table_one/one_row.txt b/test/references/table_one/one_row.txt index 70d6a57..1dad295 100644 --- a/test/references/table_one/one_row.txt +++ b/test/references/table_one/one_row.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,5 +45,5 @@ - +
Total
value1
Median [Min, Max] 4.5 [1, 8]
\ No newline at end of file diff --git a/test/references/table_one/one_row_one_group_pvalues_tests_confints.txt b/test/references/table_one/one_row_one_group_pvalues_tests_confints.txt index 7391994..61e7f62 100644 --- a/test/references/table_one/one_row_one_group_pvalues_tests_confints.txt +++ b/test/references/table_one/one_row_one_group_pvalues_tests_confints.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -46,7 +46,7 @@ - + @@ -73,5 +73,5 @@ - +
group1group1 Test CI
value1
\ No newline at end of file diff --git a/test/references/table_one/one_row_renamed.txt b/test/references/table_one/one_row_renamed.txt index f605d75..4962775 100644 --- a/test/references/table_one/one_row_renamed.txt +++ b/test/references/table_one/one_row_renamed.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -45,5 +45,5 @@ - +
Total
Value 1
Median [Min, Max] 4.5 [1, 8]
\ No newline at end of file diff --git a/test/references/table_one/one_row_two_groups_pvalues.txt b/test/references/table_one/one_row_two_groups_pvalues.txt index fa5f438..c76cf7b 100644 --- a/test/references/table_one/one_row_two_groups_pvalues.txt +++ b/test/references/table_one/one_row_two_groups_pvalues.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -47,8 +47,8 @@ - - + + @@ -62,7 +62,7 @@ - + @@ -92,5 +92,5 @@ - +
group1group1
group2group2group2group2
P-Value Test
value1
\ No newline at end of file diff --git a/test/references/table_one/single_arg.txt b/test/references/table_one/single_arg.txt index 3827ed6..8ef3189 100644 --- a/test/references/table_one/single_arg.txt +++ b/test/references/table_one/single_arg.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -97,5 +97,5 @@ - +
Total
value1
f 4 (50%)
\ No newline at end of file diff --git a/test/references/table_one/single_arg_with_groupby.txt b/test/references/table_one/single_arg_with_groupby.txt index e360a84..72f68c0 100644 --- a/test/references/table_one/single_arg_with_groupby.txt +++ b/test/references/table_one/single_arg_with_groupby.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -40,7 +40,7 @@ - + @@ -118,5 +118,5 @@ - +
group1group1
a b
value1 2 (50%) 2 (50%)
\ No newline at end of file diff --git a/test/references/table_one/sort_false.txt b/test/references/table_one/sort_false.txt index c53a4eb..705357d 100644 --- a/test/references/table_one/sort_false.txt +++ b/test/references/table_one/sort_false.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -41,7 +41,7 @@ - + @@ -62,5 +62,5 @@ - +
parametersparameters
Cmax One Line
Another Line
value 6.5 [5, 8] 10.5 [9, 12]
\ No newline at end of file diff --git a/test/references/table_one/two_rows.txt b/test/references/table_one/two_rows.txt index 1e90e3e..5872683 100644 --- a/test/references/table_one/two_rows.txt +++ b/test/references/table_one/two_rows.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -61,5 +61,5 @@ - +
Total
value1
c 2 (25%)
\ No newline at end of file diff --git a/test/references/table_one/two_rows_one_group.txt b/test/references/table_one/two_rows_one_group.txt index cbe5494..bc7d73f 100644 --- a/test/references/table_one/two_rows_one_group.txt +++ b/test/references/table_one/two_rows_one_group.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -40,7 +40,7 @@ - + @@ -82,5 +82,5 @@ - +
group1group1
a b
value1 1 (25%) 1 (25%)
\ No newline at end of file diff --git a/test/references/table_one/two_rows_one_group_show_overall_false.txt b/test/references/table_one/two_rows_one_group_show_overall_false.txt index 8e842fc..db3d2b5 100644 --- a/test/references/table_one/two_rows_one_group_show_overall_false.txt +++ b/test/references/table_one/two_rows_one_group_show_overall_false.txt @@ -1,6 +1,6 @@ - +
- + - + - + @@ -73,5 +73,5 @@ - +
group1group1
a b
value1 1 (25%) 1 (25%)
\ No newline at end of file diff --git a/test/references/table_one/two_rows_one_group_show_total_false.txt b/test/references/table_one/two_rows_one_group_show_total_false.txt index 8e842fc..db3d2b5 100644 --- a/test/references/table_one/two_rows_one_group_show_total_false.txt +++ b/test/references/table_one/two_rows_one_group_show_total_false.txt @@ -1,6 +1,6 @@ - +
- + - + - + @@ -73,5 +73,5 @@ - +
group1group1
a b
value1 1 (25%) 1 (25%)
\ No newline at end of file diff --git a/test/references/table_one/two_rows_two_groups.txt b/test/references/table_one/two_rows_two_groups.txt index 5be8981..1c184f5 100644 --- a/test/references/table_one/two_rows_two_groups.txt +++ b/test/references/table_one/two_rows_two_groups.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -43,8 +43,8 @@ - - + + @@ -54,7 +54,7 @@ - + @@ -110,5 +110,5 @@ - +
group1group1
group2group2group2group2
e f
value1 0 (0%) 1 (50%)
\ No newline at end of file diff --git a/test/references/table_one/vector_and_function_arguments.txt b/test/references/table_one/vector_and_function_arguments.txt index 84bf0bb..dd5e3b8 100644 --- a/test/references/table_one/vector_and_function_arguments.txt +++ b/test/references/table_one/vector_and_function_arguments.txt @@ -1,6 +1,6 @@ - +
- + - + @@ -57,5 +57,5 @@ - +
Total
value1
SD 2.45
\ No newline at end of file