-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct bug when win format has a space on iPoker
correct bug when win format has a space on iPoker
- Loading branch information
1 parent
0f717d3
commit b85cfb8
Showing
3 changed files
with
76 additions
and
4 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
61 changes: 61 additions & 0 deletions
61
...egression-test-files/tour/iPoker/Flop/NLHE-3max-EUR-SNG-1.00.Twister_non_standard_win.xml
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,61 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<session sessioncode="5105918454"> | ||
<general> | ||
<client_version>23.3.1.4</client_version> | ||
<mode>real</mode> | ||
<gametype>Holdem NL</gametype> | ||
<tablename>Sit’n’Go Twister 1€, 786601687</tablename> | ||
<tournamentcurrency>EUR</tournamentcurrency> | ||
<duration>00:07:47</duration> | ||
<gamecount>37</gamecount> | ||
<startdate>2023-04-28 10:38:18</startdate> | ||
<currency>EUR</currency> | ||
<nickname>Hero</nickname> | ||
<bets>5 760</bets> | ||
<wins>2 280</wins> | ||
<chipsin>480</chipsin> | ||
<chipsout>0</chipsout> | ||
<statuspoints>0,56PB</statuspoints> | ||
<awardpoints>0PB</awardpoints> | ||
<ipoints>0,56PB</ipoints> | ||
<tablesize>3</tablesize> | ||
<tournamentcode>786601686</tournamentcode> | ||
<tournamentname>Sit’n’Go Twister 1€</tournamentname> | ||
<rewarddrawn>3€</rewarddrawn> | ||
<place>2</place> | ||
<buyin>0€ + 0,07€ + 0,93€</buyin> | ||
<totalbuyin>1€</totalbuyin> | ||
<win>0</win> | ||
</general> | ||
<game gamecode="6589415183"> | ||
<general> | ||
<startdate>2023-04-28 10:45:35</startdate> | ||
<smallblind>40</smallblind> | ||
<bigblind>80</bigblind> | ||
<players> | ||
<player bet="740" reg_code="" win="1 480" seat="3" dealer="1" rebuy="0" chips="740" name="Player" addon="0"/> | ||
<player bet="760" reg_code="5105918454" win="0" seat="10" dealer="0" rebuy="0" chips="760" name="Hero" addon="0"/> | ||
</players> | ||
</general> | ||
<round no="0"> | ||
<action no="1" type="1" player="Player" sum="40"/> | ||
<action no="2" type="2" player="Hero" sum="80"/> | ||
</round> | ||
<round no="1"> | ||
<cards type="Pocket" player="Player">DQ C8</cards> | ||
<action no="3" type="23" player="Player" sum="360"/> | ||
<cards type="Pocket" player="Hero">DA D7</cards> | ||
<action no="4" type="23" player="Hero" sum="760"/> | ||
<action no="5" type="7" player="Player" sum="380"/> | ||
</round> | ||
<round no="2"> | ||
<cards type="Flop">HQ S5 D10</cards> | ||
</round> | ||
<round no="3"> | ||
<cards type="Turn">S10</cards> | ||
</round> | ||
<round no="4"> | ||
<cards type="River">D3</cards> | ||
</round> | ||
</game> | ||
|
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