]> ocean-lang.org Git - ocean/commitdiff
ident_test: declare precedence for 'else'
authorNeilBrown <neil@brown.name>
Sat, 15 Jun 2019 23:20:30 +0000 (09:20 +1000)
committerNeilBrown <neil@brown.name>
Sat, 15 Jun 2019 23:20:30 +0000 (09:20 +1000)
By declaring precedence for 'else', we suppress conflict warnings
Normally newlines and indents will resolve any conflict, but
if not, else associates to the right - it should be shifted, not cause
a reduce (which is the default anyway)

Signed-off-by: NeilBrown <neil@brown.name>

No differences found