1
0
Fork 0

Test for ambiguity

This commit is contained in:
Alexander Yakovlev 2019-08-14 23:35:01 +07:00
parent 6dde4b7f8f
commit 59252a79e4
Signed by: oreolek
GPG Key ID: 1CDC4B7820C93BD3
2 changed files with 15 additions and 3 deletions

View File

@ -31,7 +31,7 @@ Object photo "small photo" gallery
has static neuter; has static neuter;
Object teapot "clay teapot" gallery Object teapot "clay teapot" gallery
with name 'clay' 'tea', with name 'clay' 'tea' 'teapot' 'pot',
describe [; describe [;
"To the left of it stands a clay teapot."; "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."; They believed this would help them learn the ways of Inform.";
], ],
has static male; 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;

View File

@ -32,7 +32,7 @@ Object photo "маленьк/ое фото/" gallery
has static neuter; has static neuter;
Object teapot "глинян/ый чайник/" gallery Object teapot "глинян/ый чайник/" gallery
with name 'чай' 'чайник', with name 'глиняный' 'чайный' 'чай' 'чайник',
describe [; describe [;
"Слева от фото выставлен невысокий глиняный чайник."; "Слева от фото выставлен невысокий глиняный чайник.";
@ -45,7 +45,7 @@ Object teapot "глинян/ый чайник/" gallery
has static male; has static male;
Object coffeepot "кофейн/ый чайник/" gallery Object coffeepot "кофейн/ый чайник/" gallery
with name 'кофе' 'кофейник/' 'чайник', with name 'кофе' 'кофейный' 'кофейник/' 'чайник',
describe [; describe [;
"Справа стоит пустой кофейник."; "Справа стоит пустой кофейник.";