TEIC / Stylesheets

TEI XSL Stylesheets
232 stars 124 forks source link

misc: fix spelling #644

Closed jbampton closed 10 months ago

martindholmes commented 10 months ago

I see an error in Test (make test) with test31, but Test2 passes OK.

martindholmes commented 10 months ago

@jbampton The error in Test is caused by my bugfix in the Stylesheets today: the addition of ul.simple{ list-style-type: none; } to tei.css. If you merge dev into your branch the problem should go away.

jbampton commented 10 months ago

Hey @martindholmes I think the branch is up to date:

https://github.com/jbampton/TEIC-Stylesheets/commits/fix-spelling

martindholmes commented 10 months ago

@jbampton In that case it's the expected-results that need an update to take account of the change to tei.css, I think.

martindholmes commented 10 months ago

@jbampton My mistake -- I had forgotten to commit my changes to Test resulting from my own fix for issue #534. I've done that now; if the Jenkins build for Stylesheets-dev confirms the problem is fixed, then a pull from dev will sort it out.

martindholmes commented 10 months ago

@jbampton Stylesheets-dev build is now working, so please pull again.

jbampton commented 10 months ago

Thanks @martindholmes all done now