| | 51 | |
| | 52 | Junction tests |
| | 53 | Quite some tests in t/junction relay on $junction.values to return the values |
| | 54 | in a particular order. That's bad, because it doesn't seem to be specced (and |
| | 55 | with good reason IMHO). |
| | 56 | For example t/junction/associative.t uses $junction.values to to compare |
| | 57 | junctions. An intermediate workaround is to use $junction.values.sort, but |
| | 58 | what we *really* should have is a sub that tests for junction identity. |
| | 59 | That could be an intersting piece of code to write. --moritz |