]> Kevux Git Server - fll/commit
Regression: An if-condition followed by a completed if-condition is not being processed.
authorKevin Day <thekevinday@gmail.com>
Sun, 17 Jul 2022 14:07:56 +0000 (09:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 17 Jul 2022 14:07:56 +0000 (09:07 -0500)
commit5fbe7c2692a4520eb35b22c61100ea678dbdc7dd
tree631a8e51023ad0012f20292c07a1d5907daf2487
parent5510ec2227b093cd6debc83008a5f91bb5260add
Regression: An if-condition followed by a completed if-condition is not being processed.

The commit 4ddc0910eb872bf242895e1e5e804f50f671901d did not address this use case.

Example:
  if == x x
    print x is x
  if == y y
    print y is y
level_3/fake/c/private-make-operate_block.c
level_3/fake/c/private-make-operate_validate.c