Skip to content

Commit

Permalink
Correção pontual nos testes de validação de quantificadores
Browse files Browse the repository at this point in the history
  • Loading branch information
VitBrandao committed Oct 30, 2024
1 parent 2b4e622 commit 9fd646c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions exemplos/exemplo4.foles
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ divisao:foco {

paragrafo:futuro {
tamanho-fonte: 20px;
}

divisão:direcao-texto {
altura: 20px;
}
2 changes: 1 addition & 1 deletion testes/modificadores/validacoes-modificadores.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ describe('Testando Validações de Valores e Quantificadores dos Seletores', ()
"}"
]);

// O Lexador deve montar um objeto de comprimento 7 sem retornar nenhum erro
// O Lexador deve montar um objeto de comprimento 8 sem retornar nenhum erro
expect(resultadoLexador.simbolos).toHaveLength(8);
expect(resultadoLexador.erros).toHaveLength(0);

Expand Down

0 comments on commit 9fd646c

Please sign in to comment.