Skip to content

incorrect op TEST & TESTSET #8

Description

@ferib

Input:

local sqTolerance = tolerance ~= nil and tolerance^2 or 1

Output:

var113 = var11 ^ 2
if var1 == nil or not var113 then var3 = 1
end

Note: The result generated from the TEST (and probably also TESTSET) returns an invalid IF statement instead of valid ternary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions