mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Remove unicode nonbreaking whitespace in snippet declarations.
It was breaking the snippet extraction regexes.
This commit is contained in:
@@ -319,7 +319,7 @@ export var test_ObservableArray_shiftShouldRemoveTheFirstElementAndRaiseChangeEv
|
||||
};
|
||||
|
||||
export var test_ObservableArray_sliceShouldReturnSectionAsNewArray = function () {
|
||||
// observable-array-slice
|
||||
// >> observable-array-slice
|
||||
var array = new observableArrayModule.ObservableArray([1, 2, 3]);
|
||||
var result = array.slice();
|
||||
// << observable-array-slice
|
||||
|
||||
Reference in New Issue
Block a user