File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
tests/case_utils/case_sparql_select Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ,?nFile
2
+ 0,kb:file-1
3
+ 1,kb:file-2
Original file line number Diff line number Diff line change
1
+ ?nFile
2
+ 0 kb :file-1
3
+ 1 kb :file-2
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ top_srcdir := $(shell cd ../../.. ; pwd)
18
18
tests_srcdir := $(top_srcdir ) /tests
19
19
20
20
all : \
21
+ prefixed_results.csv \
21
22
prefixed_results.html \
22
23
prefixed_results.md \
24
+ prefixed_results.tsv \
23
25
subclass-explicit-none.md \
24
26
subclass-implicit-any.md \
25
27
w3-output.csv \
@@ -50,8 +52,15 @@ check: \
50
52
check-subclass
51
53
52
54
check-prefixed_results : \
55
+ check-prefixed_results-csv \
53
56
check-prefixed_results-html \
54
- check-prefixed_results-md
57
+ check-prefixed_results-md \
58
+ check-prefixed_results-tsv
59
+
60
+ check-prefixed_results-csv : \
61
+ .check-prefixed_results.csv \
62
+ prefixed_results.csv
63
+ diff $^
55
64
56
65
check-prefixed_results-html : \
57
66
.check-prefixed_results.html \
@@ -63,6 +72,11 @@ check-prefixed_results-md: \
63
72
prefixed_results.md
64
73
diff $^
65
74
75
+ check-prefixed_results-tsv : \
76
+ .check-prefixed_results.tsv \
77
+ prefixed_results.tsv
78
+ diff $^
79
+
66
80
check-subclass : \
67
81
check-subclass-explicit-none \
68
82
check-subclass-implicit-any
You can’t perform that action at this time.
0 commit comments