Update decoder to use text from spec

This commit is contained in:
2026-02-01 18:40:11 +02:00
parent 90bc9b5a2c
commit 119a9ce62c
5 changed files with 519 additions and 314 deletions

View File

@@ -416,13 +416,13 @@ const INTEGRATION_TESTS = [
expectedTags: {
species: 'Western Dragon',
gender: 'Male',
length: 'Normal (Draco-sized)',
width: "I'm normal",
weight: 'Over-weight',
length: "Draco-sized - 'About as normal as dragons get.'",
width: "What can I say ... I'm normal, except for a few feasts here or there.",
weight: "Over-weight - 'I've been eating too many doughnuts again!'",
skinType: 'Unknown',
breath: 'Weak breath',
age: "You've been around",
technology: 'Program in assembly, specialist in SE'
breath: 'No Breath-Weapon',
age: "You've been around.",
technology: 'I can program computers using assembly language. Specialist in SE'
}
}
];