diff options
Diffstat (limited to 'test/test-anki-note-builder.js')
| -rw-r--r-- | test/test-anki-note-builder.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/test/test-anki-note-builder.js b/test/test-anki-note-builder.js index 607388fc..af9cd061 100644 --- a/test/test-anki-note-builder.js +++ b/test/test-anki-note-builder.js @@ -158,6 +158,7 @@ function getFieldMarkers(type) {                  'reading',                  'screenshot',                  'search-query', +                'selection-text',                  'sentence',                  'tags',                  'url' @@ -177,6 +178,7 @@ function getFieldMarkers(type) {                  'onyomi',                  'screenshot',                  'search-query', +                'selection-text',                  'sentence',                  'stroke-count',                  'tags', |