text-name is an expression so flat string is okay - tweak issue297 to actually be invalid since text-face-name is not currently an expression

This commit is contained in:
Dane Springmeyer 2014-09-25 15:06:56 -07:00
parent 544491b91d
commit 52343ff833
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#t { #t {
text-name: invalid; text-name: valid;
text-face-name: "Dejagnu"; text-face-name: 2;
} }

View File

@ -1 +1 @@
issue297.mss:2:2 Invalid value for text-name, the type expression is expected. invalid (of type keyword) was given. issue297.mss:3:2 Invalid value for text-face-name, the type font is expected. 2 (of type float) was given.