Skip to content

Commit

Permalink
Renomear nome testes para 'Formatador > Potigol'
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Feb 25, 2024
1 parent 9aa1815 commit 0daa287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testes/potigol/formatador-potigol.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AvaliadorSintaticoPotigol } from "../../fontes/avaliador-sintatico/dial
import { LexadorPotigol } from "../../fontes/lexador/dialetos";
import { FormatadorPotigol } from "../../fontes/formatadores";

describe('Avaliador sintático', () => {
describe('Formatador > Potigol', () => {
describe('analisar()', () => {
const formatadorPotigol = new FormatadorPotigol(sistemaOperacional.EOL);
let avaliadorSintatico = new AvaliadorSintaticoPotigol();
Expand Down

0 comments on commit 0daa287

Please sign in to comment.