Whitespace cleanup: tab removal in tests directory
Also changed space-based indentation in touched files if they used 4 spaces for indentation (instead of the most-often-used 2). Also added new line to end of touched files if they did not end that way. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -14,19 +14,19 @@
|
||||
// limitations under the License.
|
||||
|
||||
try {
|
||||
eval("this / 10");
|
||||
eval("this / 10");
|
||||
} catch (e) {
|
||||
assert (false);
|
||||
assert (false);
|
||||
}
|
||||
|
||||
try {
|
||||
eval("var v_0 = 10;\nv_0++ / 1");
|
||||
eval("var v_0 = 10;\nv_0++ / 1");
|
||||
} catch (e) {
|
||||
assert (false);
|
||||
assert (false);
|
||||
}
|
||||
|
||||
try {
|
||||
eval("var v_0 = 10;\nif (v_0++ / 1) {\n}");
|
||||
eval("var v_0 = 10;\nif (v_0++ / 1) {\n}");
|
||||
} catch (e) {
|
||||
assert (false);
|
||||
assert (false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user