Path:
tests/integration/features/excel/import/03_default_fields_are_not_duplicated/test.itest
Lines:
14
Non-empty lines:
13
Non-empty lines covered with requirements:
13 / 13 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# Verify that the Excel import script does not duplicate a default grammar field
3
# if this field is present in the Excel.
4
#
5
# Bug report that reproduced this on a LEVEL field:
6
# https://github.com/strictdoc-project/strictdoc/pull/2682
7
#
8
# @relation(SDOC-SRS-152, scope=file)
9
#
10
11
RUN: %mkdir %T
12
RUN: %mkdir %T_xlsx
13
RUN: %strictdoc convert %S/input.xlsx %T_xlsx/
14
RUN: %diff %T_xlsx/input.sdoc %S/expected_xslx/expected.sdoc