Skip to content

Commit

Permalink
feat: bump to lsd-core 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcdowall committed Apr 12, 2023
1 parent e0b67be commit 9b8a852
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 80 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
api 'io.github.lsd-consulting:lsd-core:3.4.0'
api 'io.github.lsd-consulting:lsd-core:3.5.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.j2html:j2html:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,17 @@
</head>
<body>
<main role="main">
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span>
<h1 class="logo">LSD</h1>
<h1>scenario_outline</h1>
<div class="dropdown">
<label class="dropdown">Scenarios</label>
<div class="dropdown-content">

<a class="success" href="#7">Scenario with a data table #1</a>

<a class="success" href="#10">Scenario with a data table #2</a>

</div>
</div>



<article id="7">
</div><article id="7">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h2 class="success">Scenario with a data table #1</h2>
<section class="description success">
<h2 class="success">Scenario with a data table #1</h2><section class="description success">
<h3 class="success">Description</h3>
Given the following values for value1_1 and value1_2</br>When when3</br>Then then3
</section>
Expand Down Expand Up @@ -100,19 +91,15 @@ <h2>PlantUml markup</h2>
</div>
</div>
</div>
<!-- Section containing data for sequence diagram popups -->

<div onclick="location.href='#!';" id="id1" class="overlay">
<!-- Section containing data for sequence diagram popups --><div onclick="location.href='#!';" id="id1" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label1</h2>
<a class="close" href="#!">&times;</a>
<div class="content">
<pre></pre>
</div>
</div>
</div>

<div onclick="location.href='#!';" id="id2" class="overlay">
</div><div onclick="location.href='#!';" id="id2" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label2</h2>
<a class="close" href="#!">&times;</a>
Expand All @@ -121,14 +108,9 @@ <h2>label2</h2>
</div>
</div>
</div>

</article>


<article id="10">
</article><article id="10">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h2 class="success">Scenario with a data table #2</h2>
<section class="description success">
<h2 class="success">Scenario with a data table #2</h2><section class="description success">
<h3 class="success">Description</h3>
Given the following values for value2_1 and value2_2</br>When when3</br>Then then3
</section>
Expand Down Expand Up @@ -203,19 +185,15 @@ <h2>PlantUml markup</h2>
</div>
</div>
</div>
<!-- Section containing data for sequence diagram popups -->

<div onclick="location.href='#!';" id="id1" class="overlay">
<!-- Section containing data for sequence diagram popups --><div onclick="location.href='#!';" id="id1" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label1</h2>
<a class="close" href="#!">&times;</a>
<div class="content">
<pre></pre>
</div>
</div>
</div>

<div onclick="location.href='#!';" id="id2" class="overlay">
</div><div onclick="location.href='#!';" id="id2" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label2</h2>
<a class="close" href="#!">&times;</a>
Expand All @@ -224,16 +202,14 @@ <h2>label2</h2>
</div>
</div>
</div>

</article>

</main>
</body>
<footer>
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script>
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<script src="custom.js"></script>
<script language = "javascript">
<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
</script>
Expand All @@ -242,11 +218,6 @@ <h2>label2</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script>
<script>
highlightKeywords();





unMarkSvg();
</script>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@
</head>
<body>
<main role="main">
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span>
<h1 class="logo">LSD</h1>
<h1>scenario</h1>




<article id="4">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h2 class="success">Basic scenario</h2>
<section class="description success">
<h2 class="success">Basic scenario</h2><section class="description success">
<h3 class="success">Description</h3>
Given given1</br>When when1</br>Then then1
</section>
Expand Down Expand Up @@ -91,19 +85,15 @@ <h2>PlantUml markup</h2>
</div>
</div>
</div>
<!-- Section containing data for sequence diagram popups -->

<div onclick="location.href='#!';" id="id1" class="overlay">
<!-- Section containing data for sequence diagram popups --><div onclick="location.href='#!';" id="id1" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label1</h2>
<a class="close" href="#!">&times;</a>
<div class="content">
<pre></pre>
</div>
</div>
</div>

<div onclick="location.href='#!';" id="id2" class="overlay">
</div><div onclick="location.href='#!';" id="id2" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label2</h2>
<a class="close" href="#!">&times;</a>
Expand All @@ -112,16 +102,14 @@ <h2>label2</h2>
</div>
</div>
</div>

</article>

</main>
</body>
<footer>
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script>
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<script src="custom.js"></script>
<script language = "javascript">
<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
</script>
Expand All @@ -130,9 +118,6 @@ <h2>label2</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script>
<script>
highlightKeywords();



unMarkSvg();
</script>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@
</head>
<body>
<main role="main">
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span>
<h1 class="logo">LSD</h1>
<h1>data_table</h1>




<article id="1">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h2 class="success">Scenario with a data table</h2>
<section class="description success">
<h2 class="success">Scenario with a data table</h2><section class="description success">
<h3 class="success">Description</h3>
Given given2</br>When when2</br>Then then2
</section>
Expand Down Expand Up @@ -91,19 +85,15 @@ <h2>PlantUml markup</h2>
</div>
</div>
</div>
<!-- Section containing data for sequence diagram popups -->

<div onclick="location.href='#!';" id="id1" class="overlay">
<!-- Section containing data for sequence diagram popups --><div onclick="location.href='#!';" id="id1" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label1</h2>
<a class="close" href="#!">&times;</a>
<div class="content">
<pre></pre>
</div>
</div>
</div>

<div onclick="location.href='#!';" id="id2" class="overlay">
</div><div onclick="location.href='#!';" id="id2" class="overlay">
<div class="popup" onclick="event.stopPropagation();">
<h2>label2</h2>
<a class="close" href="#!">&times;</a>
Expand All @@ -112,16 +102,14 @@ <h2>label2</h2>
</div>
</div>
</div>

</article>

</main>
</body>
<footer>
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script>
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<script src="custom.js"></script>
<script language = "javascript">
<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
</script>
Expand All @@ -130,9 +118,6 @@ <h2>label2</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script>
<script>
highlightKeywords();



unMarkSvg();
</script>
</footer>
Expand Down

0 comments on commit 9b8a852

Please sign in to comment.