Add one more test example for swap instruction

This commit is contained in:
Nikita Vasilevsky 2021-10-29 12:31:31 -04:00 коммит произвёл Koichi Sasada
Родитель 5a3b2e6141
Коммит c1c13c58ee
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -120,6 +120,7 @@ tests = [
[ 'dup', %q{ x = y = true; x }, ],
[ 'dupn', %q{ Object::X ||= true }, ],
[ 'reverse', %q{ q, (w, e), r = 1, [2, 3], 4; e == 3 }, ],
[ 'swap', %q{ !!defined?([[]]) }, ],
[ 'swap', <<-'},', ], # {
x = [[false, true]]
for i, j in x # here