update: filters
This commit is contained in:
parent
e5305f85c9
commit
d1c63cddda
5 changed files with 2401 additions and 57 deletions
|
|
@ -18,8 +18,8 @@ test "context set amigável e get com ponto" {
|
|||
const Person = struct { nome: []const u8, idade: i64 };
|
||||
const p = Person{ .nome = "Ana", .idade = 25 };
|
||||
try ctx.set("user", p);
|
||||
//
|
||||
// // list
|
||||
|
||||
// list
|
||||
const numeros = [_]i64{ 1, 2, 3 };
|
||||
try ctx.set("lista", numeros);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue