-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also test column order when ID is enabled
- Loading branch information
1 parent
c892248
commit 1f8fcf5
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
src/exporter/snapshots/annatto__exporter__table__tests__manual_column_ordering_with_id.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
source: src/exporter/table.rs | ||
expression: export.unwrap() | ||
--- | ||
---- test_doc.csv: | ||
norm::pos id_norm::pos annis::tok id_annis::tok dipl::sentence id_dipl::sentence norm::lemma id_norm::lemma norm::norm id_norm::norm dipl::dipl id_dipl::dipl | ||
PRON exmaralda/test_doc#a_norm_T286-T0 exmaralda/test_doc#T286 1 exmaralda/test_doc#a_dipl_T286-T4 I exmaralda/test_doc#a_norm_T286-T0 I exmaralda/test_doc#t_norm_T286-T0 I'm exmaralda/test_doc#t_dipl_T286-T1 | ||
VERB exmaralda/test_doc#a_norm_T0-T1 exmaralda/test_doc#T0 1 exmaralda/test_doc#a_dipl_T286-T4 be exmaralda/test_doc#a_norm_T0-T1 am exmaralda/test_doc#t_norm_T0-T1 I'm exmaralda/test_doc#t_dipl_T286-T1 | ||
ADP exmaralda/test_doc#a_norm_T1-T2 exmaralda/test_doc#T1 1 exmaralda/test_doc#a_dipl_T286-T4 in exmaralda/test_doc#a_norm_T1-T2 in exmaralda/test_doc#t_norm_T1-T2 in exmaralda/test_doc#t_dipl_T1-T2 | ||
PRON exmaralda/test_doc#a_norm_T2-T4 exmaralda/test_doc#T2 1 exmaralda/test_doc#a_dipl_T286-T4 New York exmaralda/test_doc#a_norm_T2-T4 New York exmaralda/test_doc#t_norm_T2-T4 New exmaralda/test_doc#t_dipl_T2-T3 | ||
PRON exmaralda/test_doc#a_norm_T2-T4 exmaralda/test_doc#T3 1 exmaralda/test_doc#a_dipl_T286-T4 New York exmaralda/test_doc#a_norm_T2-T4 New York exmaralda/test_doc#t_norm_T2-T4 York exmaralda/test_doc#t_dipl_T3-T4 | ||
exmaralda/test_doc#T4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters