@@ -4,20 +4,20 @@ plan 10;
4
4
5
5
{
6
6
package Foo {
7
- constant \term: <β > = Inf ;
8
- is β , Inf , " Can define \\ term:<β > as a constant" ;
7
+ constant \term: <Χβ > = Inf ;
8
+ is Χβ , Inf , " Can define \\ term:<Χβ > as a constant" ;
9
9
}
10
- dies-ok { EVAL " β " }, " constant \\ term:<β > really is scoped to package" ;
11
- is Foo::term: <β >, Inf , " Constant available from package" ;
10
+ dies-ok { EVAL " Χβ " }, " constant \\ term:<Χβ > really is scoped to package" ;
11
+ is Foo::term: <Χβ >, Inf , " Constant available from package" ;
12
12
}
13
13
14
14
{
15
15
{
16
- my \term: <β > = Inf ;
17
- is β , Inf , " Can define \\ term:<β > as lexical variable" ;
18
- is EVAL (' β ' ),Inf , " \\ term:<β > works in EVAL" ;
16
+ my \term: <Χβ > = Inf ;
17
+ is Χβ , Inf , " Can define \\ term:<Χβ > as lexical variable" ;
18
+ is EVAL (' Χβ ' ),Inf , " \\ term:<Χβ > works in EVAL" ;
19
19
}
20
- dies-ok { EVAL " β " }, " my \\ term:<β > really is lexical" ;
20
+ dies-ok { EVAL " Χβ " }, " my \\ term:<Χβ > really is lexical" ;
21
21
}
22
22
23
23
{
0 commit comments