Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed Feb 28 17:19:38 GMT+03:30 2024
gradle.version=7.4
#Fri May 16 03:19:39 GMT+03:30 2025
gradle.version=8.13
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 84 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions build/reports/tests/test/classes/ParserTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>Class ParserTest</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">0.035s</div>
<div class="counter">0.016s</div>
<p>duration</p>
</div>
</td>
Expand All @@ -58,13 +58,13 @@ <h1>Class ParserTest</h1>
</tr>
</table>
</div>
<div id="tabs">
<div class="tab-container">
<ul class="tabLinks">
<li>
<a href="#tab0">Tests</a>
<a href="#">Tests</a>
</li>
</ul>
<div id="tab0" class="tab">
<div class="tab">
<h2>Tests</h2>
<table>
<thead>
Expand All @@ -75,18 +75,18 @@ <h2>Tests</h2>
</tr>
</thead>
<tr>
<td class="success">testSortByArea()</td>
<td class="success">0.028s</td>
<td class="success">testSortByName()</td>
<td class="success">0.012s</td>
<td class="success">passed</td>
</tr>
<tr>
<td class="success">testSortByName()</td>
<td class="success">0.003s</td>
<td class="success">testSortByPrice()</td>
<td class="success">0.002s</td>
<td class="success">passed</td>
</tr>
<tr>
<td class="success">testSortByPopulation()</td>
<td class="success">0.004s</td>
<td class="success">testSortByRating()</td>
<td class="success">0.002s</td>
<td class="success">passed</td>
</tr>
</table>
Expand All @@ -99,7 +99,7 @@ <h2>Tests</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 7.4</a> at Feb 28, 2024, 6:39:51 PM</p>
<a href="https://www.gradle.org">Gradle 8.13</a> at May 16, 2025, 3:28:54 AM</p>
</div>
</div>
</body>
Expand Down
55 changes: 25 additions & 30 deletions build/reports/tests/test/css/base-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ body, a, a:visited {
}

#content {
padding-left: 50px;
padding-right: 50px;
padding-top: 30px;
padding-bottom: 30px;
padding: 30px 50px;
}

#content h1 {
Expand Down Expand Up @@ -52,39 +49,42 @@ h2 {
font-size: 120%;
}

.tab-container .tab-container {
margin-left: 8px;
}

ul.tabLinks {
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
padding: 0;
margin-bottom: 0;
overflow: auto;
min-width: 800px;
width: auto !important;
width: 800px;
width: auto;
border-bottom: solid 1px #aaa;
}

ul.tabLinks li {
float: left;
height: 100%;
list-style: none;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
-moz-border-radius: 7px;
border-radius: 7px;
margin-right: 25px;
border: solid 1px #d4d4d4;
padding: 5px 10px;
border-radius: 7px 7px 0 0;
border: solid 1px transparent;
border-bottom: none;
margin-right: 6px;
background-color: #f0f0f0;
}

ul.tabLinks li.deselected > a {
color: #6d6d6d;
}

ul.tabLinks li:hover {
background-color: #fafafa;
}

ul.tabLinks li.selected {
background-color: #c5f0f5;
border-color: #c5f0f5;
border-color: #aaa;
}

ul.tabLinks a {
Expand Down Expand Up @@ -114,13 +114,12 @@ div.deselected {

div.tab table {
min-width: 350px;
width: auto !important;
width: 350px;
width: auto;
border-collapse: collapse;
}

div.tab th, div.tab table {
border-bottom: solid #d0d0d0 1px;
border-bottom: solid 1px #d0d0d0;
}

div.tab th {
Expand Down Expand Up @@ -150,22 +149,18 @@ div.tab td.numeric, div.tab th.numeric {

span.code {
display: inline-block;
margin-top: 0em;
margin-top: 0;
margin-bottom: 1em;
}

span.code pre {
font-size: 11pt;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding: 10px;
margin: 0;
background-color: #f7f7f7;
border: solid 1px #d0d0d0;
min-width: 700px;
width: auto !important;
width: 700px;
width: auto;
}

span.wrapped pre {
Expand All @@ -176,4 +171,4 @@ span.wrapped pre {

label.hidden {
display: none;
}
}
Loading