Update decoder to use text from spec
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user