-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pseudoclasses com parâmetros e aumenta cobertura geral de testes (#147)
* Testes unitários de validação de valores comuns atribuídos aos modificadores * Testes unitários de validação de valores com condição extra * Testes unitários de validação de valores numéricos, cobrindo casos de erro * Ajustando método de validação de cor após revisões * Testes unitários de validação de cores e hexadecimais * Ajusta arquivo de validação de valor cor * Testes unitários dos métodos de validação de quantificadores * Ajusta testes de valor numérico após alterações na validação de quantificadores * Testes unitários do método de proibir quantificador * Correção pontual nos testes de validação de quantificadores * Testes unitários para Seletores de Classe * Testes unitários de Seletor Classe com pseudoclasse * Apagando console.log extra na bateria de testes * Testes unitários para Seletores Id * Testes unitários de Seletores Espaço Reservado * Testando estrutura do Serializador Reverso * Corrige e atualiza listagem de estruturas LMHT * Implementa primeiros testes unitários do Seletor Reverso * Apaga console.log extra na bateria de testes * Ajustes nos testes unitários do Serializador Reverso * Implementa testes de tradução reversa de modificadores * Testando tradução reversa de modificadores * Limpa trechos de debug do Lexador e Av. Sintatico Reverso * Permite que Lexador Reverso consiga mapear métodos CSS * Prepara testes de serializar métodos css * Conserta testes do serializador reverso * Ajusta Lexador Reverso para mapear Quantificadores * Conserta testes do Lexador Reverso * Ajusta testes do Serializador Reverso após alterações no Lexador Reverso * Apaga console.log extra da bateria de testes * Implementa testes do Lexador Reverso após novas alterações * Organiza métodos FolEs para novas implementações da tradução reversa * Comenta trechos que quebram os testes unitários * Inicia ajustes do processo de tradução reversa de métodos * Adaptando Av. Sintatico e Serializador Reverso para comportar métodos * Implementando método brightness no processo de tradução reversa
- Loading branch information
1 parent
bdc6588
commit c063a56
Showing
81 changed files
with
1,348 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
div { | ||
margin-top: 12px; | ||
} | ||
|
||
p { | ||
border: 50px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,7 @@ html { | |
#meu-segundo-id { | ||
width: 400mm; | ||
} | ||
|
||
div { | ||
backdrop-filter: brightness(10px); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.