spiegel-keyman/mac/KeymanEngine4Mac/KeymanEngine4MacTests/indexoffset1892.kmn

12 lines
246 B
Text
Executable file

store(&NAME) 'Test index() with if() on mac for #1892'
store(&TARGETS) 'windows macosx'
begin Unicode > use(main)
group(main) using keys
store(opt) ''
store(foo) 'xyz'
store(bar) 'XYZ'
if(opt='') any(foo) + 'a' > index(bar, 2)