Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amplificação nos valores de Font Face Symbol a serem convertidos no XML #63

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

samuelveigarangel
Copy link
Contributor

O que esse PR faz?

  • Amplifica os valores de Font Face Symbol a serem convertidos no XML.
  • Cria testes para classe XMLFontFaceSymbolPipe

Onde a revisão poderia começar?

pelos commits

Como este poderia ser testado manualmente?

python -m unittest tests.test_sps_xml_pipes.TestXMLFontFaceSymbolPipe

Algum cenário de contexto que queira dar?

N/A

Screenshots

image

Quais são tickets relevantes?

#62

Referências

https://www.alanwood.net/demos/symbol.html

}

def transform(self, data):
raw, xml = data
xml = data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samuelveigarangel tem que manter oraw, xml, pois é uma sequência de Pipe. A variável data é um tupla de raw e xml

Copy link
Member

@robertatakenaka robertatakenaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samuelveigarangel fazer a correção

@robertatakenaka robertatakenaka merged commit 5d12645 into scieloorg:main Sep 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants