File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ func TestMetadataEPUB2Accessibility(t *testing.T) {
323
323
}
324
324
e .Features = []manifest.A11yFeature {manifest .A11yFeatureStructuralNavigation , manifest .A11yFeatureAlternativeText }
325
325
e .Hazards = []manifest.A11yHazard {manifest .A11yHazardMotionSimulation , manifest .A11yHazardNoSoundHazard }
326
- e .Exemptions = []manifest.A11yExemption {manifest .A11yExemptionEAAMicroenterprise , manifest .A11yExemptionEAAFundamentalAlteration }
326
+ e .Exemptions = []manifest.A11yExemption {manifest .A11yExemptionEAAMicroenterprise , manifest .A11yExemptionEAAFundamentalAlteration , manifest . A11yExemptionEAADisproportionateBurden }
327
327
assert .Equal (t , & e , m .Accessibility )
328
328
assert .Nil (t , m .OtherMetadata ["accessibility" ])
329
329
}
@@ -355,7 +355,7 @@ func TestMetadataEPUB3Accessibility(t *testing.T) {
355
355
}
356
356
e .Features = []manifest.A11yFeature {manifest .A11yFeatureStructuralNavigation , manifest .A11yFeatureAlternativeText }
357
357
e .Hazards = []manifest.A11yHazard {manifest .A11yHazardMotionSimulation , manifest .A11yHazardNoSoundHazard }
358
- e .Exemptions = []manifest.A11yExemption {manifest .A11yExemptionEAAMicroenterprise , manifest .A11yExemptionEAAFundamentalAlteration }
358
+ e .Exemptions = []manifest.A11yExemption {manifest .A11yExemptionEAAMicroenterprise , manifest .A11yExemptionEAAFundamentalAlteration , manifest . A11yExemptionEAADisproportionateBurden }
359
359
assert .Equal (t , & e , m .Accessibility )
360
360
assert .Nil (t , m .OtherMetadata ["accessibility" ])
361
361
}
You can’t perform that action at this time.
0 commit comments