From 9b71a7cadaca64b3caab21fde4209de7e5baba06 Mon Sep 17 00:00:00 2001 From: Alexey Shvayka Date: Wed, 25 Mar 2020 14:46:18 +0200 Subject: [PATCH] Fix inconsistent indentation in YAML --- .../prototype/Symbol.search/set-lastindex-restore-samevalue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-samevalue.js b/test/built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-samevalue.js index fa6e7084a6..d651f26334 100644 --- a/test/built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-samevalue.js +++ b/test/built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-samevalue.js @@ -12,7 +12,7 @@ info: | 6. Let result be ? RegExpExec(rx, S). 7. Let currentLastIndex be ? Get(rx, "lastIndex"). 8. If SameValue(currentLastIndex, previousLastIndex) is false, then - a. Perform ? Set(rx, "lastIndex", previousLastIndex, true). + a. Perform ? Set(rx, "lastIndex", previousLastIndex, true). [...] features: [Symbol.search] ---*/