mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-15 21:41:11 +01:00
tests: use __empty and __raw
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
9c2c9a1b35
commit
79d53a50e2
200 changed files with 733 additions and 718 deletions
|
|
@ -62,9 +62,9 @@
|
|||
hpp = false;
|
||||
cxx = false;
|
||||
};
|
||||
printf_statements = { };
|
||||
print_var_statements = { };
|
||||
extract_var_statements = { };
|
||||
printf_statements.__empty = { };
|
||||
print_var_statements.__empty = { };
|
||||
extract_var_statements.__empty = { };
|
||||
show_success_message = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue