Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Upgrade to JavaFX 20

AuthorDaveJarvis <email>
Date2023-05-06 15:01:41 GMT-0700
Commit96edd9299df38f25f1d50ade913876d320b044b8
Parent351e27e
build.gradle
javafx {
- version = '19'
+ version = '20'
modules = ['javafx.base', 'javafx.controls', 'javafx.graphics', 'javafx.swing']
configuration = 'compileOnly'
src/test/java/com/keenwrite/processors/html/XhtmlProcessorTest.java
XHTML_TEX,
"""
- <html><head></head><body><p>the 👍 emoji</p>
+ <html><head><title/><meta content="2" name="count"/></head><body><p>the 👍 emoji</p>
</body></html>"""
)
Delta2 lines added, 2 lines removed