TEIC / Stylesheets

TEI XSL Stylesheets
231 stars 124 forks source link

whitespace differences in RNC should not cause Test failure #560

Closed sydb closed 2 years ago

sydb commented 2 years ago

@HelenaSabel and I were running the tests in Test/ at the Stylesheets meeting today, and most of the errors were differences in whitespace in the RNC files. E.g.

| parent::tei:elementRef                               | parent::tei:macroRef

vs

| parent::tei:elementRef | parent::tei:macroRef

This strikes us as a waste of time. So we think we should tell the Makefile to use the -b, -B, and -w switches on the diff commands that operate on RNC files. (That may be a bit of overkill.)