magic-lang / magic

0 stars 2 forks source link

Expected space bug #112

Closed davidhesselbom closed 8 years ago

davidhesselbom commented 9 years ago
[144] */        this add("convert RasterBgra to RasterYuv420Semiplanar", func {
[145]           source := "test/draw/input/Barn.png"

This causes the warning

/home/dhesselbom/versioned/ooc/ooc-kean/test/draw/ImageFileTest.ooc
[144, 375]....Expected a SPACE here, but found a TAB

The real issue is that line 144 starts with */, which should be moved to the end of line 143, which makes the warning go away. Not sure what causes the behavior in magic, but it's misleading and wrong.