View pytest-xunit.xsl
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
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" version="1.0"> | |
<xsl:output method="xml" indent="yes" encoding="UTF-8" | |
cdata-section-elements="system-out system-err failure"/> | |
<xsl:decimal-format decimal-separator="." grouping-separator=","/> | |
<xsl:template match="testsuites"> | |
<testsuites> | |
<xsl:apply-templates select="testsuite"/> |
View SwitchCompatCompat.java
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
package android.support.v7.widget; | |
import android.content.Context; | |
import android.util.AttributeSet; | |
/** | |
* Created by ivan on 2/19/16. | |
* | |
* This is a quick workaround for SwitchCompat class. | |
* |
View input.txt
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
Nadklasa = Cestovni, Terenac | |
Klasa = Cestovni_mali, Cestovni_veliki, Cestovni_srednji, SUV_mali, SUV_veliki | |
Velicina = mali, srednji, veliki | |
IzvanCeste = da, ne | |
Sportski = da, ne | |
Udobnost = visoka, srednja, niska | |
Snaga = visoka, srednja, niska | |
Tradicija = duga, srednja, kratka | |
PogonNaSva4 = da, ne | |
Dugotrajnost = da, ne |