diff options
Diffstat (limited to 'testes/gc.lua')
| -rw-r--r-- | testes/gc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/gc.lua b/testes/gc.lua index 91e78a48..6d24e0d8 100644 --- a/testes/gc.lua +++ b/testes/gc.lua | |||
| @@ -113,7 +113,7 @@ do | |||
| 113 | contCreate = 0 | 113 | contCreate = 0 |
| 114 | while contCreate <= limit do | 114 | while contCreate <= limit do |
| 115 | a = contCreate .. "b"; | 115 | a = contCreate .. "b"; |
| 116 | a = string.gsub(a, '(%d%d*)', string.upper) | 116 | a = string.gsub(a, '(%d%d*)', "%1 %1") |
| 117 | a = "a" | 117 | a = "a" |
| 118 | contCreate = contCreate+1 | 118 | contCreate = contCreate+1 |
| 119 | end | 119 | end |
