mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
[Test] Fix test.
This commit is contained in:
parent
d3594e275e
commit
b1ecb6ca77
1 changed files with 3 additions and 2 deletions
|
@ -522,10 +522,11 @@ int main ( int argc, char ** argv )
|
|||
{
|
||||
rofi_theme = NULL;
|
||||
error = 0;
|
||||
rofi_theme_parse_string ( "configuration { font: \"blaat€\"; y-offset: 4; }");
|
||||
rofi_theme_parse_string ( "configuration { font: \"blaat€\"; yoffset: 4; }");
|
||||
TASSERT ( error == 0 );
|
||||
|
||||
TASSERT ( g_utf8_collate ( config.font, "blaat€" ) == 0 );
|
||||
printf("%s\n", config.menu_font);
|
||||
TASSERT ( g_utf8_collate ( config.menu_font, "blaat€" ) == 0 );
|
||||
TASSERT ( config.y_offset == 4 );
|
||||
rofi_theme_free ( rofi_theme );
|
||||
rofi_theme = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue