mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
12 lines
246 B
Text
Executable file
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)
|