We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9094d0 commit 77c2fe4Copy full SHA for 77c2fe4
test/truffle/compiler/pe/core/string_pe.rb
@@ -48,7 +48,7 @@
48
49
example "'A' == String.from_codepoint(65, Encoding::US_ASCII)", true
50
example "'A' == 65.chr", true
51
-example "'A'.ord == 65", true
+tagged example "'A'.ord == 65", true
52
53
example "'aba'[0] == 'aca'[-1]", true
54
@@ -66,8 +66,8 @@
66
67
example "x = 'abc'; y = 'xyz'; x.replace(y) == y", true
68
69
-example "'abc'.getbyte(0) == 97", true
70
-example "'abc'.getbyte(-1) == 99", true
+tagged example "'abc'.getbyte(0) == 97", true
+tagged example "'abc'.getbyte(-1) == 99", true
71
example "'abc'.getbyte(10_000) == nil", true
72
73
example "14.to_s.length", 2
0 commit comments