diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2025-12-14 03:37:11 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2025-12-14 03:37:11 +0100 |
| commit | 3fe36e6f3266a7cfac51b56ead96c1e129a97ea9 (patch) | |
| tree | c6fec77b410334a97deabba92e4e93f6fb03f0e6 /test/golden/calc/generating tasks.golden | |
| parent | dde3aafdc2226e21b567bd8806f1ed704f3d9903 (diff) | |
Add location info to conjecture
Still some `<nowhere>` value as placeholder left over.
Diffstat (limited to 'test/golden/calc/generating tasks.golden')
| -rw-r--r-- | test/golden/calc/generating tasks.golden | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/test/golden/calc/generating tasks.golden b/test/golden/calc/generating tasks.golden index cd0486e..8f7d2d8 100644 --- a/test/golden/calc/generating tasks.golden +++ b/test/golden/calc/generating tasks.golden @@ -2,6 +2,11 @@ { taskDirectness = Direct , taskHypotheses = [] , taskConjectureLabel = Marker "trivial" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 1 + , locColumn = 1 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -53,6 +58,11 @@ ) ] , taskConjectureLabel = Marker "irrelevant" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 5 + , locColumn = 5 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -132,6 +142,11 @@ ) ] , taskConjectureLabel = Marker "alsotrivial" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 13 + , locColumn = 13 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -183,6 +198,11 @@ ) ] , taskConjectureLabel = Marker "alsotrivial" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 13 + , locColumn = 13 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -282,6 +302,11 @@ ) ] , taskConjectureLabel = Marker "alsotrivial" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 13 + , locColumn = 13 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -389,6 +414,11 @@ ) ] , taskConjectureLabel = Marker "trivial_biconditionals" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 26 + , locColumn = 26 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -440,6 +470,11 @@ ) ] , taskConjectureLabel = Marker "trivial_biconditionals" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 26 + , locColumn = 26 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" @@ -587,6 +622,11 @@ ) ] , taskConjectureLabel = Marker "trivial_biconditionals" + , taskLocation = Location + { locFile = "test/examples/calc.tex" + , locLine = 26 + , locColumn = 26 + } , taskConjecture = TermSymbol ( Location { locFile = "<nowhere>" |
