URI:
       add some tests - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 5f5b757714a91ec9e436533b128112fb1aca0422
   DIR parent 43b896040059a55c2447ab74b585ae498c71531f
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 17 Aug 2023 18:33:11 +0200
       
       add some tests
       
       Diffstat:
         A realworld/stackoverflow.html        |    3008 +++++++++++++++++++++++++++++++
         A tests/pre.html                      |      19 +++++++++++++++++++
       
       2 files changed, 3027 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/realworld/stackoverflow.html b/realworld/stackoverflow.html
       @@ -0,0 +1,3008 @@
       +<!DOCTYPE html>
       +
       +
       +    <html itemscope itemtype="https://schema.org/QAPage" class="html__responsive " lang="en">
       +
       +    <head>
       +
       +        <title>jquery - How to write a simple hello world program in Javascript? - Stack Overflow</title>
       +        <link rel="shortcut icon" href="https://cdn.sstatic.net/Sites/stackoverflow/Img/favicon.ico?v=ec617d715196">
       +        <link rel="apple-touch-icon" href="https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a">
       +        <link rel="image_src" href="https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a"> 
       +        <link rel="search" type="application/opensearchdescription+xml" title="Stack Overflow" href="/opensearch.xml">
       +        <link rel="canonical" href="https://stackoverflow.com/questions/41482348/how-to-write-a-simple-hello-world-program-in-javascript" />
       +    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
       +        <meta property="og:type" content= "website" />
       +        <meta property="og:url" content="https://stackoverflow.com/questions/41482348/how-to-write-a-simple-hello-world-program-in-javascript"/>
       +        <meta property="og:site_name" content="Stack Overflow" />
       +        <meta property="og:image" itemprop="image primaryImageOfPage" content="https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon@2.png?v=73d79a89bded" />
       +        <meta name="twitter:card" content="summary"/>
       +        <meta name="twitter:domain" content="stackoverflow.com"/>
       +        <meta name="twitter:title" property="og:title" itemprop="name" content="How to write a simple hello world program in Javascript?" />
       +        <meta name="twitter:description" property="og:description" itemprop="description" content="I&#x27;ve been looking all over the world.&#xA;&#xA;All I see is samples alerting hello world&#xA;&#xA;I don&#x27;t want to alert hello world.&#xA;&#xA;I want to print a simple website saying hello world.&#xA;&#xA;&amp;lt;!DOCTYPE html&amp;gt;&#xA;&amp;lt..." />
       +    <script id="webpack-public-path" type="text/uri-list">https://cdn.sstatic.net/</script>
       +    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
       +    <script defer src="https://cdn.sstatic.net/Js/third-party/npm/@stackoverflow/stacks/dist/js/stacks.min.js?v=ad920dba3340"></script>
       +    <script src="https://cdn.sstatic.net/Js/stub.en.js?v=34b15b21ff80"></script>
       +
       +    <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/stacks.css?v=312b43e78b51">
       +    <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Sites/stackoverflow/primary.css?v=134475a13287">
       +
       +
       +    
       +            <link rel="alternate" type="application/atom+xml" title="Feed for question &#x27;How to write a simple hello world program in Javascript?&#x27;" href="/feeds/question/41482348">
       +        <script>
       +            StackExchange.ready(function () {
       +
       +                    StackExchange.using("snippets", function () {
       +                        StackExchange.snippets.initSnippetRenderer();
       +                    });
       +                    
       +                StackExchange.using("postValidation", function () {
       +                    StackExchange.postValidation.initOnBlurAndSubmit($('#post-form'), 2, 'answer');
       +                });
       +
       +
       +                StackExchange.question.init({showAnswerHelp:true,showTrendingSortLaunchPopover:false,showTrendingSortPostLaunchPopover:false,totalCommentCount:5,shownCommentCount:5,enableTables:true,questionId:41482348});
       +
       +                styleCode();
       +
       +                    StackExchange.realtime.subscribeToQuestion('1', '41482348');
       +                    StackExchange.using("gps", function () { StackExchange.gps.trackOutboundClicks('#content', '.js-post-body'); });
       +
       +
       +            });
       +        </script>
       +
       +        
       +        
       +        
       +        <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/Channels/channels.css?v=a4d77abedec3">
       +
       +        
       +        
       +
       +
       +    <script type="application/json" data-role="module-args" data-module-name="Shared/options.mod">{"options":{"locale":"en","serverTime":1692289499,"routeName":"Questions/Show","stackAuthUrl":"https://stackauth.com","networkMetaHostname":"meta.stackexchange.com","site":{"name":"Stack Overflow","description":"Q\u0026A for professional and enthusiast programmers","isNoticesTabEnabled":true,"enableNewTagCreationWarning":true,"insertSpaceAfterNameTabCompletion":false,"id":1,"cookieDomain":".stackoverflow.com","childUrl":"https://meta.stackoverflow.com","negativeVoteScoreFloor":null,"enableSocialMediaInSharePopup":true,"protocol":"https"},"user":{"fkey":"fc10909db3327d9292b6542297daa3408f1ec833c99ba8fd261779dcb316bb58","tid":"1a42e9a8-1f2a-376e-f05a-a2441183dd94","rep":0,"isAnonymous":true,"isAnonymousNetworkWide":true},"events":{"postType":{"question":1},"postEditionSection":{"title":1,"body":2,"tags":3}}}}</script>
codemadness.org:70 /git/webdump_tests/commit/5f5b757714a91ec9e436533b128112fb1aca0422.gph:89: line too long