This looks like an innocent failure where the order of variables is not consistent across different ruby implementations,
but perhaps it is an indication of a deeper issue?
Loaded suite test/test
Started
........................................................................................................F...............
............................
Finished in 11.771 seconds.
1) Failure:
test_main_program2_result(KwarkUsersGuideTest)
[/var/tmp/portage/dev-ruby/erubis-2.6.6-r1/work/jruby/erubis-2.6.6/test/assert-text-equal.rb:36:in
`assert_text_equal'
./test/test-users-guide.rb:32:in `_test'
(eval):5:in `test_main_program2_result']:
@@ -1,5 +1,5 @@
item = foo
item = bar
item = baz
-** debug: local variables=["_context", "x", "_buf"]
+** debug: local variables=["_context", "_buf", "x"]
** debug: x=1
148 tests, 224 assertions, 1 failures, 0 errors
|