Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
case-lexer-error.c File Reference

(/usr/bin/git 2024-02-13, commit: 5a1c351)

Unit test for crinitKernelCmdlineLex() testing error handling of the lexer. More...

#include "common.h"
#include "lexers.h"
#include "unit_test.h"
#include "utest-lexers-kcmdline.h"
Include dependency graph for case-lexer-error.c:

Functions

void crinitKernelCmdlineLexTestLexerError (void **state)
 

Detailed Description

Unit test for crinitKernelCmdlineLex() testing error handling of the lexer.

Function Documentation

◆ crinitKernelCmdlineLexTestLexerError()

void crinitKernelCmdlineLexTestLexerError ( void **  state)

Tests cases leading to a lexer error (CRINIT_TK_ERR).

For crinitKernelCmdlineLex() that can only happen if the input string starts with a character not allowed in an variable name and is not an opening double quote.