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'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -140,6 +140,7 @@ class TestRunner {
|
||||
weight: { section: 'physical', label: 'Weight' },
|
||||
age: { section: 'physical', label: 'Age' },
|
||||
skinType: { section: 'appearance', label: 'Skin Type' },
|
||||
appendages: { section: 'appearance', label: 'Appendages' },
|
||||
breath: { section: 'abilities', label: 'Breath Weapon' },
|
||||
reality: { section: 'personality', label: 'Reality' },
|
||||
activity: { section: 'personality', label: 'Activity' },
|
||||
@@ -150,6 +151,7 @@ class TestRunner {
|
||||
technology: { section: 'other', label: 'Technology' },
|
||||
ubiquity: { section: 'other', label: 'Ubiquity' },
|
||||
dragonFriend: { section: 'other', label: 'Dragon-Friend' },
|
||||
nativeLand: { section: 'life', label: 'Native-Land' },
|
||||
mating: { section: 'life', label: 'Mating' },
|
||||
offspring: { section: 'life', label: 'Offspring' },
|
||||
hoard: { section: 'life', label: 'Hoard' },
|
||||
|
||||
Reference in New Issue
Block a user