Skip to content

Commit dc2015e

Browse files
committed
Terminating test cases with "this is the end".
1 parent 4d05855 commit dc2015e

14 files changed

Lines changed: 16 additions & 14 deletions

tests/latex/defmacro.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ line
1212
\def\mc{42}
1313
\def\ABCD{43}
1414
\def\c{hello}
15-
line
15+
16+
this is the end

tests/latex/defmacro.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
line
77
%% DEFMACRO REFORMAT(round=0)
88
%% SELECT 42.005 AS a, 42.05 AS mc, 42.5 AS ABCD, 'hello' AS c
9-
line
9+
10+
this is the end

tests/latex/format1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ line
6363
%% SELECT 0.001, 0.01, 0.1, 1, 1000.05, 10.04, 100.05
6464
0.001 & 0.01 & 0.1 & 1 & 1000.05 & 10.04 & 100.05 \\
6565
% END TABULAR SELECT 0.001, 0.01, 0.1, 1, 1000.05, 10.04, 100.05
66-
end
66+
this is the end

tests/latex/format1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
line
3838
%% TABULAR REFORMAT(row 1=(max=bold))
3939
%% SELECT 0.001, 0.01, 0.1, 1, 1000.05, 10.04, 100.05
40-
end
40+
this is the end

tests/latex/multiplot1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ line3
118118
\addlegendentry{testsize=8589934720};
119119
\addplot coordinates { (34,2.83349e+09) };
120120
\addlegendentry{testsize=17179869312};
121-
line4
121+
this is the end

tests/latex/multiplot1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
line3
77
%%% MULTIPLOT(testsize) SELECT LOG(testsize) / LOG(2) AS x, AVG(bandwidth) AS y, MULTIPLOT
88
% FROM test WHERE host='earth' GROUP BY MULTIPLOT ORDER BY MULTIPLOT,x
9-
line4
9+
this is the end

tests/latex/plot1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ indentation start
1919
\addplot[red] coordinates { (1152,376.353) (2176,377.238) (3200,376.351) (4224,376.356) (6272,376.383) (8320,380.345) (12416,379.053) (16512,378.388) (20608,377.984) (24704,377.751) (28800,377.571) (32896,396.686) (41088,518.316) (49280,517.942) (65664,517.11) (98432,516.92) (131200,516.856) (196736,517.708) (262272,519.348) (393344,518.666) (524416,518.673) (786560,518.587) (1048704,518.921) (1310848,523.896) (1572992,523.916) (1835136,523.934) (2097280,556.31) (2359424,559.047) (2621568,585.343) (2883712,674.674) (3145856,728.899) (4194432,1072) (5243008,1526.72) (6291584,1825.91) (7340160,1983.55) (8388736,2079.24) (9437312,2137.11) (10485888,2181.79) (12583040,2233.66) (14680192,2257.73) (16777344,2271.38) (20971648,2280.88) (25165952,2283.67) (29360256,2284.04) (33554560,2284.47) (67108992,2284.1) (1.34218e+08,2284.27) (2.68436e+08,2284.36) (5.36871e+08,2284.33) (1.07374e+09,2284.71) (2.14748e+09,2284.64) (4.29497e+09,2284.71) (8.58993e+09,2284.99) (1.71799e+10,2285.66) };
2020
indentation end
2121
}
22-
line5
22+
this is the end

tests/latex/plot1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
\addplot[red] coordinates { (24,0.144) };
1818
indentation end
1919
}
20-
line5
20+
this is the end

tests/latex/tabular1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ indentation start
126126
17179869312 & 3500085763 & 2285 & 17179869184 \\
127127
% END TABULAR SELECT testsize AS x, FLOOR(bandwidth), FLOOR(rate * 1e12), are...
128128
indentation end
129-
line4
129+
this is the end

tests/latex/tabular1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
12.6147098441152082 & 20103335011.5598 & 3.97943923005803e-10 & 6144 \\
1818
% END TABULAR SELECT testsize AS x, bandwidth, rate, areasize FROM test ORDER BY x ...
1919
indentation end
20-
line4
20+
this is the end

0 commit comments

Comments
 (0)