Thanks a ton for fixing that issue yesterday! It seems leftMargin and rightMargin are also not supported yet (though I should probably remove those from my own code...):
UNEXPECTED INPUT:
Line 4, Column 172
"<SnapKit.LayoutConstraint:0x1706b8600@LLAchievementsCells.swift#222 LingQ.LQScrollingStackView:0x123ed1070.left == NSKVONotifying_LQRoundedCornerView:0x123d8da90.leftMargin>",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
EXPECTED:
whitespace
digit or whitespace in number
'*' in *
'+' in +
whitespace or '(' in info
'>' in >"
'-' in -
@timothycosta Thanks for picking this up too! I've now added support for leftMargin, rightMargin and some other margined attribute names. Your input should now parse correctly. 👍
Thanks a ton for fixing that issue yesterday! It seems
leftMargin
andrightMargin
are also not supported yet (though I should probably remove those from my own code...):