Fix typo in VariableSpec describing subscripting (#229)
This commit is contained in:
committed by
Ilya Puchka
parent
1b85b816fd
commit
00e71c1b4d
@@ -189,7 +189,7 @@ func testVariable() {
|
|||||||
try expect(result) == 2
|
try expect(result) == 2
|
||||||
}
|
}
|
||||||
|
|
||||||
$0.describe("Subrscripting") {
|
$0.describe("Subscripting") {
|
||||||
$0.it("can resolve a property subscript via reflection") {
|
$0.it("can resolve a property subscript via reflection") {
|
||||||
try context.push(dictionary: ["property": "name"]) {
|
try context.push(dictionary: ["property": "name"]) {
|
||||||
let variable = Variable("article.author[property]")
|
let variable = Variable("article.author[property]")
|
||||||
|
|||||||
Reference in New Issue
Block a user