Test for ambiguity
parent
6dde4b7f8f
commit
59252a79e4
14
english.inf
14
english.inf
|
@ -31,7 +31,7 @@ Object photo "small photo" gallery
|
|||
has static neuter;
|
||||
|
||||
Object teapot "clay teapot" gallery
|
||||
with name 'clay' 'tea',
|
||||
with name 'clay' 'tea' 'teapot' 'pot',
|
||||
|
||||
describe [;
|
||||
"To the left of it stands a clay teapot.";
|
||||
|
@ -42,3 +42,15 @@ Object teapot "clay teapot" gallery
|
|||
They believed this would help them learn the ways of Inform.";
|
||||
],
|
||||
has static male;
|
||||
|
||||
Object coffeepot "coffee pot" gallery
|
||||
with name 'coffeepot' 'coffee' 'pot',
|
||||
|
||||
describe [;
|
||||
"To the right there is a coffee pot.";
|
||||
],
|
||||
|
||||
description [;
|
||||
print "This doesn't look like part of the exhibition.";
|
||||
],
|
||||
has static male;
|
||||
|
|
|
@ -32,7 +32,7 @@ Object photo "маленьк/ое фото/" gallery
|
|||
has static neuter;
|
||||
|
||||
Object teapot "глинян/ый чайник/" gallery
|
||||
with name 'чай' 'чайник',
|
||||
with name 'глиняный' 'чайный' 'чай' 'чайник',
|
||||
|
||||
describe [;
|
||||
"Слева от фото выставлен невысокий глиняный чайник.";
|
||||
|
@ -45,7 +45,7 @@ Object teapot "глинян/ый чайник/" gallery
|
|||
has static male;
|
||||
|
||||
Object coffeepot "кофейн/ый чайник/" gallery
|
||||
with name 'кофе' 'кофейник/' 'чайник',
|
||||
with name 'кофе' 'кофейный' 'кофейник/' 'чайник',
|
||||
|
||||
describe [;
|
||||
"Справа стоит пустой кофейник.";
|
||||
|
|
Loading…
Reference in New Issue